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:
23882388* `dest` {string|Buffer|URL} destination filename of the copy operation
23892389* `mode` {integer} modifiers for copy operation. **Default:** `0`.
23902390* `callback` {Function}
2391+ * `err` {Error}
23912392
23922393Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
23932394already 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) {
29792979 * @param {string | Buffer | URL } src
29802980 * @param {string | Buffer | URL } dest
29812981 * @param {number } [mode]
2982- * @param {() => any } callback
2982+ * @param {(err?: Error ) => any } callback
29832983 * @returns {void }
29842984 */
29852985function copyFile ( src , dest , mode , callback ) {
You can’t perform that action at this time.
0 commit comments