File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2388,6 +2388,7 @@ changes:
2388
2388
* `dest` {string|Buffer|URL} destination filename of the copy operation
2389
2389
* `mode` {integer} modifiers for copy operation. **Default:** `0`.
2390
2390
* `callback` {Function}
2391
+ * `err` {Error}
2391
2392
2392
2393
Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
2393
2394
already exists. No arguments other than a possible exception are given to the
Original file line number Diff line number Diff line change @@ -2984,7 +2984,7 @@ function mkdtempSync(prefix, options) {
2984
2984
* @param {string | Buffer | URL } src
2985
2985
* @param {string | Buffer | URL } dest
2986
2986
* @param {number } [mode]
2987
- * @param {() => any } callback
2987
+ * @param {(err?: Error ) => any } callback
2988
2988
* @returns {void }
2989
2989
*/
2990
2990
function copyFile ( src , dest , mode , callback ) {
You can’t perform that action at this time.
0 commit comments