| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ca7adca commit 4ca0968
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -282,7 +282,7 @@ function promisify(original) { | |||
| 282 | 282 | } | |
| 283 | 283 | ||
| 284 | 284 | // Names to create an object from in case the callback receives multiple | |
| 285 | - // arguments, e.g. ['stdout', 'stderr'] for child_process.exec. | ||
| 285 | + // arguments, e.g. ['bytesRead', 'buffer'] for fs.read. | ||
| 286 | 286 | const argumentNames = original[kCustomPromisifyArgsSymbol]; | |
| 287 | 287 | ||
| 288 | 288 | function fn(...args) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments