diff options
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index ad9fb444e..da181af43 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -141,6 +141,7 @@ enum ErrorKind: byte { NoAsyncSupport, NoSyncSupport, ImportMapError, + ImportPathPrefixMissing, // other kinds Diagnostic, |