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 014bfb7e9..8f6497afc 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -204,6 +204,7 @@ table FormatErrorRes { // Create worker as host table CreateWorker { specifier: string; + include_deno_namespace: bool; } table CreateWorkerRes { |