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 df85a4072..08da7c3b5 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -143,6 +143,7 @@ enum ErrorKind: byte { NoSyncSupport, ImportMapError, ImportPrefixMissing, + DenoDirError, // other kinds Diagnostic, |