| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2477,6 +2477,7 @@ changes: | |||
| 2477 | 2477 | * `verbatimSymlinks` {boolean} When `true`, path resolution for symlinks will | |
| 2478 | 2478 | be skipped. **Default:** `false` | |
| 2479 | 2479 | * `callback` {Function} | |
| 2480 | + * `err` {Error} | ||
| 2480 | 2481 | ||
| 2481 | 2482 | Asynchronously copies the entire directory structure from `src` to `dest`, | |
| 2482 | 2483 | including subdirectories and files. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3025,7 +3025,7 @@ function copyFileSync(src, dest, mode) { | |||
| 3025 | 3025 | * @param {string | URL} src | |
| 3026 | 3026 | * @param {string | URL} dest | |
| 3027 | 3027 | * @param {object} [options] | |
| 3028 | - * @param {() => any} callback | ||
| 3028 | + * @param {(err?: Error) => any} callback | ||
| 3029 | 3029 | * @returns {void} | |
| 3030 | 3030 | */ | |
| 3031 | 3031 | function cp(src, dest, options, callback) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments