diff options
Diffstat (limited to 'cli/js/repl.ts')
-rw-r--r-- | cli/js/repl.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/repl.ts b/cli/js/repl.ts index d1cf63cd9..daa112e1e 100644 --- a/cli/js/repl.ts +++ b/cli/js/repl.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { exit } from "./ops/os.ts"; import { core } from "./core.ts"; import { version } from "./version.ts"; |