We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac832ab commit eb8f567Copy full SHA for eb8f567
1 file changed
test/parallel/test-inspect-support-for-node_options.js
@@ -24,8 +24,7 @@ function checkForInspectSupport(flag) {
24
25
cluster.on('exit', (worker, code, signal) => {
26
if (worker.exitedAfterDisconnect === false) {
27
- assert.fail(`For ${nodeOptions}, failed to start cluster\
28
- with inspect option`);
+ assert.fail(`For NODE_OPTIONS ${nodeOptions}, failed to start cluster`);
29
}
30
});
31
0 commit comments