| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 61fc3bf commit 5a5bc58
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -155,7 +155,7 @@ if (common.isWindows) { | |||
| 155 | 155 | // https://github.com/nodejs/node/issues/1691 | |
| 156 | 156 | process.chdir(fixtures.fixturesDir); | |
| 157 | 157 | childProcess.exec( | |
| 158 | - `"${nodeBinary}" --expose_natives_as=v8natives --require ` + | ||
| 158 | + `"${nodeBinary}" --require ` + | ||
| 159 | 159 | `"${fixtures.path('cluster-preload.js')}" cluster-preload-test.js`, | |
| 160 | 160 | function(err, stdout, stderr) { | |
| 161 | 161 | assert.ifError(err); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments