| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d25a3b commit 181d4bf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,8 @@ const assert = require('assert'); | |||
| 26 | 26 | const cluster = require('cluster'); | |
| 27 | 27 | ||
| 28 | 28 | assert.strictEqual('NODE_UNIQUE_ID' in process.env, false, | |
| 29 | - 'NODE_UNIQUE_ID should be removed on startup'); | ||
| 29 | + `NODE_UNIQUE_ID (${process.env.NODE_UNIQUE_ID})` + | ||
| 30 | + 'should be removed on startup'); | ||
| 30 | 31 | ||
| 31 | 32 | function forEach(obj, fn) { | |
| 32 | 33 | Object.keys(obj).forEach((name, index) => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments