8000
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.
There was an error while loading. Please reload t 8000 his page.
1 parent 4583f1b commit 5e2231eCopy full SHA for 5e2231e
test/parallel/test-cluster-fork-env.js
@@ -1,5 +1,10 @@
1
'use strict';
2
require('../common');
3
+
4
+// This test checks that arguments provided to cluster.fork() will create
5
+// new environment variables and override existing environment variables
6
+// in the created worker process.
7
8
const assert = require('assert');
9
const cluster = require('cluster');
10
0 commit comments