| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 54768f5 commit 35fc317
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,11 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | require('../common'); | |
| 24 | + | ||
| 25 | + // This test checks that arguments provided to cluster.fork() will create | ||
| 26 | + // new environment variables and override existing environment variables | ||
| 27 | + // in the created worker process. | ||
| 28 | + | ||
| 24 | 29 | const assert = require('assert'); | |
| 25 | 30 | const cluster = require('cluster'); | |
| 26 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments