| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0560672 commit bd1eb14
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,6 @@ if (!releaseReg.test(process.version) || !common.hasCrypto) { | |||
| 17 | 17 | ||
| 18 | 18 | const npmCli = path.join(__dirname, '../../deps/npm/bin/npm-cli.js'); | |
| 19 | 19 | const npmExec = child_process.spawnSync(process.execPath, [npmCli]); | |
| 20 | - assert.strictEqual(npmExec.status, 1); | ||
| 21 | 20 | ||
| 22 | 21 | const stderr = npmExec.stderr.toString(); | |
| 23 | 22 | assert.strictEqual(stderr.length, 0, 'npm is not ready for this release ' + | |
| Back | FazBrowse Home | New Git URL |
0 commit comments