xref
: /
third_party
/
node
/
test
/
fixtures
/
uncaught-exceptions
/
parse-error.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/uncaught-exceptions/
1
console
.
log
(
'require fails on next line'
);
2
require
(
'./
parse-error-mod.js
'
);
3