| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 00b0a62 commit f1b34f9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ const iterations = 500; | |||
| 6 | 6 | ||
| 7 | 7 | let x = 0; | |
| 8 | 8 | const workDone = common.mustCall((status) => { | |
| 9 | - assert.strictEqual(status, 0, 'Work completed successfully'); | ||
| 9 | + assert.strictEqual(status, 0); | ||
| 10 | 10 | if (++x < iterations) { | |
| 11 | 11 | setImmediate(() => test_async.DoRepeatedWork(workDone)); | |
| 12 | 12 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments