| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 537d954 commit dc826ca
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ childProcess.exec( | |||
| 139 | 139 | // https://github.com/nodejs/node/issues/1691 | |
| 140 | 140 | process.chdir(common.fixturesDir); | |
| 141 | 141 | childProcess.exec( | |
| 142 | - nodeBinary + ' ' + '--expose_debug_as=v8debug ' + '--require ' + | ||
| 142 | + nodeBinary + ' ' + '--expose_natives_as=v8natives ' + '--require ' + | ||
| 143 | 143 | fixture('cluster-preload.js') + ' ' + 'cluster-preload-test.js', | |
| 144 | 144 | function(err, stdout, stderr) { | |
| 145 | 145 | assert.ifError(err); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments