File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2313,6 +2313,7 @@ changes:
2313
2313
* `dest` {string|Buffer|URL} destination filename of the copy operation
2314
2314
* `mode` {integer} modifiers for copy operation. **Default:** `0`.
2315
2315
* `callback` {Function}
2316
+ * `err` {Error}
2316
2317
2317
2318
Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
2318
2319
already exists. No arguments other than a possible exception are given to the
Original file line number Diff line number Diff line change @@ -2999,7 +2999,7 @@ function mkdtempSync(prefix, options) {
2999
2999
* @param {string | Buffer | URL } src
3000
3000
* @param {string | Buffer | URL } dest
3001
3001
* @param {number } [mode]
3002
- * @param {() => any } callback
3002
+ * @param {(err?: Error ) => any } callback
3003
3003
* @returns {void }
3004
3004
*/
3005
3005
function copyFile ( src , dest , mode , callback ) {
You can’t perform that action at this time.
0 commit comments