| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6f1d38c commit d374e76
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -143,9 +143,7 @@ const stat = promisify(fs.stat); | |||
| 143 | 143 | ||
| 144 | 144 | o.fn = fn; | |
| 145 | 145 | ||
| 146 | - o.fn().then(common.mustCall(function(val) { | ||
| 147 | - assert(val); | ||
| 148 | - })); | ||
| 146 | + o.fn().then(common.mustCall((val) => assert(val))); | ||
| 149 | 147 | } | |
| 150 | 148 | ||
| 151 | 149 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments