summaryrefslogtreecommitdiff
path: root/cli/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lib.rs')
-rw-r--r--cli/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs
index a650b4d44..6fba5bda8 100644
--- a/cli/lib.rs
+++ b/cli/lib.rs
@@ -354,7 +354,6 @@ fn run_repl(flags: DenoFlags) {
let result = worker.clone().await;
if let Err(err) = result {
eprintln!("{}", err.to_string());
- worker.clear_exception();
}
}
};