| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ac22cd commit 2494d8a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,10 +139,9 @@ childProcess.exec(nodeBinary + ' ' + | |||
| 139 | 139 | ||
| 140 | 140 | // https://github.com/nodejs/node/issues/1691 | |
| 141 | 141 | process.chdir(common.fixturesDir); | |
| 142 | - childProcess.exec(nodeBinary + ' ' + | ||
| 143 | - '--expose_debug_as=v8debug ' + | ||
| 144 | - '--require ' + fixture('cluster-preload.js') + ' ' + | ||
| 145 | - 'cluster-preload-test.js', | ||
| 142 | + childProcess.exec( | ||
| 143 | + nodeBinary + ' ' + '--expose_natives_as=v8natives ' + '--require ' + | ||
| 144 | + fixture('cluster-preload.js') + ' ' + 'cluster-preload-test.js', | ||
| 146 | 145 | function(err, stdout, stderr) { | |
| 147 | 146 | if (err) throw err; | |
| 148 | 147 | assert.ok(/worker terminated with code 43/.test(stdout)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments