mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
90476ac6ee
The file no longer works after the removal of the --debug/--debug-brk
switches in commit 47f8f74
("src: remove support for --debug".)
This commit also removes several tests that still referenced the
old debugger but were either unit-testing its internals or passing
for the wrong reason (like expecting an operation to fail, which
it did because the debugger is gone.)
PR-URL: https://github.com/nodejs/node/pull/12495
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
|
|
*test*message*nexttick_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at *test*message*nexttick_throw.js:*:*
|
|
at _combinedTickCallback (internal/process/next_tick.js:*:*)
|
|
at process._tickCallback (internal/process/next_tick.js:*:*)
|
|
at Function.Module.runMain (module.js:*:*)
|
|
at startup (bootstrap_node.js:*:*)
|
|
at bootstrap_node.js:*:*
|