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 2d25a3b commit 181d4bfCopy full SHA for 181d4bf
test/parallel/test-cluster-basic.js
@@ -26,7 +26,8 @@ const assert = require('assert');
26
const cluster = require('cluster');
27
28
assert.strictEqual('NODE_UNIQUE_ID' in process.env, false,
29
- 'NODE_UNIQUE_ID should be removed on startup');
+ `NODE_UNIQUE_ID (${process.env.NODE_UNIQUE_ID})` +
30
+ 'should be removed on startup');
31
32
function forEach(obj, fn) {
33
Object.keys(obj).forEach((name, index) => {
0 commit comments