| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b14488 commit e35aced
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,8 @@ if (process.argv[2] === 'child') { | |||
| 13 | 13 | assert.strictEqual(child.stdout.toString(), ''); | |
| 14 | 14 | assert.ok(child.stderr.includes( | |
| 15 | 15 | 'WARNING: You are likely using a version of node-tar or npm that ' + | |
| 16 | - 'is incompatible with this version of Node.js.' + os.EOL + | ||
| 16 | + `is incompatible with this version of Node.js.${os.EOL}` + | ||
| 17 | 17 | 'Please use either the version of npm that is bundled with Node.js, or ' + | |
| 18 | 18 | 'a version of npm (> 5.5.1 or < 5.4.0) or node-tar (> 4.0.1) that is ' + | |
| 19 | - 'compatible with Node.js 9 and above.' + os.EOL)); | ||
| 19 | + `compatible with Node.js 9 and above.${os.EOL}`)); | ||
| 20 | 20 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments