diff options
| author | andy finch <andyfinch7@gmail.com> | 2019-06-17 21:02:08 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-17 18:02:08 -0700 |
| commit | 76d51b0f9a4bd0ff86150d0dfa78df7c8410b7ea (patch) | |
| tree | ee707fcac13634d999e39168702c4c51d429ebff /cli/msg.fbs | |
| parent | 9ad5b0653e3821915d7ab7438d5ed4fe373c569a (diff) | |
refactor dispatch take 2 (#2533)
Diffstat (limited to 'cli/msg.fbs')
| -rw-r--r-- | cli/msg.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index 56410097c..7e8292740 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -136,6 +136,8 @@ enum ErrorKind: byte { OpNotAvaiable, WorkerInitFailed, UnixError, + NoAsyncSupport, + NoSyncSupport, ImportMapError, } |
