diff options
Diffstat (limited to 'cli/js/main.ts')
-rw-r--r-- | cli/js/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/main.ts b/cli/js/main.ts index bb7a8a2dc..4646f4cc2 100644 --- a/cli/js/main.ts +++ b/cli/js/main.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { bootstrapMainRuntime } from "./runtime_main.ts"; import { bootstrapWorkerRuntime } from "./runtime_worker.ts"; |