Skip to content

Commit

Permalink
fix #1217 (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 16, 2021
1 parent 87399c4 commit 7caba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl.ts
Expand Up @@ -95,7 +95,7 @@ export function createRepl (options: CreateReplOptions = {}) {
if (Recoverable && isRecoverable(error)) {
err = new Recoverable(error)
} else {
console.error(error)
_console.error(error)
}
} else {
err = error
Expand Down

0 comments on commit 7caba3b

Please sign in to comment.