| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2399,6 +2399,7 @@ changes: | |||
| 2399 | 2399 | * `verbatimSymlinks` {boolean} When `true`, path resolution for symlinks will | |
| 2400 | 2400 | be skipped. **Default:** `false` | |
| 2401 | 2401 | * `callback` {Function} | |
| 2402 | + * `err` {Error} | ||
| 2402 | 2403 | ||
| 2403 | 2404 | Asynchronously copies the entire directory structure from `src` to `dest`, | |
| 2404 | 2405 | including subdirectories and files. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3045,7 +3045,7 @@ function copyFileSync(src, dest, mode) { | |||
| 3045 | 3045 | * @param {string | URL} src | |
| 3046 | 3046 | * @param {string | URL} dest | |
| 3047 | 3047 | * @param {object} [options] | |
| 3048 | - * @param {() => any} callback | ||
| 3048 | + * @param {(err?: Error) => any} callback | ||
| 3049 | 3049 | * @returns {void} | |
| 3050 | 3050 | */ | |
| 3051 | 3051 | function cp(src, dest, options, callback) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments