| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a08bcae commit 2e31126
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ const t3 = | |||
| 16 | 16 | setTimeout(common.mustNotCall('eventloop blocked!'), platformTimeout(200)); | |
| 17 | 17 | ||
| 18 | 18 | setTimeout(function() { | |
| 19 | - fs.stat('/dev/nonexistent', (err, stats) => { | ||
| 19 | + fs.stat('/dev/nonexistent', () => { | ||
| 20 | 20 | clearInterval(t1); | |
| 21 | 21 | clearInterval(t2); | |
| 22 | 22 | clearTimeout(t3); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments