Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repl: make 'Unexpected token' errors recoverable
Fix the regexp used to detect 'Unexpected token' errors so that they can be considered as recoverable. This fixes the following use case: > var foo = 'bar \ ... baz'; undefined > foo 'bar baz' > Fixes nodejs#8874
- Loading branch information