| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ process.on('SIGUSR2', common.mustCall(() => { | |||
| 33 | 33 | process.kill(child.pid, 'SIGINT'); | |
| 34 | 34 | })); | |
| 35 | 35 | ||
| 36 | - child.on('close', function(code, signal) { | ||
| 36 | + child.on('close', common.mustCall((code, signal) => { | ||
| 37 | 37 | assert.strictEqual(signal, null); | |
| 38 | 38 | assert.strictEqual(code, 0); | |
| 39 | - }); | ||
| 39 | + })); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments