Skip to content

Commit eb8f567

Browse files
committed
cluster: Changed multi-line template string in test-inspect-support-for-node_options
Changed multi-line template string in test-inspect-support-for-node_options as per feedback from @jasnell. PR nodejs#19165 Fixes : nodejs#19026
1 parent ac832ab commit eb8f567

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/parallel/test-inspect-support-for-node_options.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ function checkForInspectSupport(flag) {
2424

2525
cluster.on('exit', (worker, code, signal) => {
2626
if (worker.exitedAfterDisconnect === false) {
27-
assert.fail(`For ${nodeOptions}, failed to start cluster\
28-
with inspect option`);
27+
assert.fail(`For NODE_OPTIONS ${nodeOptions}, failed to start cluster`);
2928
}
3029
});
3130
}

0 commit comments

Comments
 (0)