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 4243903 commit bce1f38Copy full SHA for bce1f38
test/parallel/test-cluster-basic.js
@@ -5,7 +5,8 @@ const assert = require('assert');
5
const cluster = require('cluster');
6
7
assert.strictEqual('NODE_UNIQUE_ID' in process.env, false,
8
- 'NODE_UNIQUE_ID should be removed on startup');
+ `NODE_UNIQUE_ID (${process.env.NODE_UNIQUE_ID})` +
9
+ 'should be removed on startup');
10
11
function forEach(obj, fn) {
12
Object.keys(obj).forEach((name, index) => {
0 commit comments