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 @@ -2979,7 +2979,7 @@ function mkdtempSync(prefix, options) {
2979
2979
* @param {string | Buffer | URL } src
2980
2980
* @param {string | Buffer | URL } dest
2981
2981
* @param {number } [mode]
2982
- * @param {() => any } callback
2982
+ * @param {(err?: Error ) => any } callback
2983
2983
* @returns {void }
2984
2984
*/
2985
2985
function copyFile ( src , dest , mode , callback ) {
You can’t perform that action at this time.
0 commit comments