diff options
Diffstat (limited to 'js/repl.ts')
-rw-r--r-- | js/repl.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/repl.ts b/js/repl.ts index f7ddb2bdf..2c050bf5b 100644 --- a/js/repl.ts +++ b/js/repl.ts @@ -5,12 +5,10 @@ import { assert } from "./util"; import { close } from "./files"; import * as dispatch from "./dispatch"; import { exit } from "./os"; -import { globalEval } from "./global_eval"; +import { window } from "./window"; import { libdeno } from "./libdeno"; import { formatError } from "./format_error"; -const window = globalEval("this"); - const helpMsg = [ "exit Exit the REPL", "help Print this help message" |