Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Fix unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Mar 17, 2018
1 parent 79b68f0 commit 92fd7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ function isRecoverableError(e, code) {

if (message === 'Invalid or unexpected token') {
return isCodeRecoverable(code);
}
}
return false;
}
Expand Down
1 change: 0 additions & 1 deletion test/message/assert_throws_stack.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ AssertionError [ERR_ASSERTION]: bar: expected true, not undefined
at Anonymous function (*assert_throws_stack.js:*:*)
at *
at *
at *
at *

0 comments on commit 92fd7b1

Please sign in to comment.