Skip to content

Commit

Permalink
cluster: Changed multi-line template string in test-inspect-support-f…
Browse files Browse the repository at this point in the history
…or-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
  • Loading branch information
sameer-coder committed Mar 16, 2018
1 parent ac832ab commit eb8f567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-inspect-support-for-node_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ function checkForInspectSupport(flag) {

cluster.on('exit', (worker, code, signal) => {
if (worker.exitedAfterDisconnect === false) {
assert.fail(`For ${nodeOptions}, failed to start cluster\
with inspect option`);
assert.fail(`For NODE_OPTIONS ${nodeOptions}, failed to start cluster`);
}
});
}
Expand Down

0 comments on commit eb8f567

Please sign in to comment.