diff options
Diffstat (limited to 'cli/rt/99_main.js')
| -rw-r--r-- | cli/rt/99_main.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cli/rt/99_main.js b/cli/rt/99_main.js index 26e8fd6da..d8462ce66 100644 --- a/cli/rt/99_main.js +++ b/cli/rt/99_main.js @@ -14,7 +14,6 @@ delete Object.prototype.__proto__; const errorStack = window.__bootstrap.errorStack; const os = window.__bootstrap.os; const timers = window.__bootstrap.timers; - const replLoop = window.__bootstrap.repl.replLoop; const Console = window.__bootstrap.console.Console; const worker = window.__bootstrap.worker; const signals = window.__bootstrap.signals; @@ -294,8 +293,7 @@ delete Object.prototype.__proto__; } }); - const { args, cwd, noColor, pid, ppid, repl, unstableFlag } = - runtimeStart(); + const { args, cwd, noColor, pid, ppid, unstableFlag } = runtimeStart(); registerErrors(); @@ -329,10 +327,6 @@ delete Object.prototype.__proto__; util.log("cwd", cwd); util.log("args", args); - - if (repl) { - replLoop(); - } } function bootstrapWorkerRuntime(name, useDenoNamespace, internalName) { |
