| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a37a88f commit 1fa8e49
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2459,7 +2459,7 @@ changes: | |||
| 2459 | 2459 | * `path` {string|Buffer|URL} | |
| 2460 | 2460 | * `options` {Object|integer} | |
| 2461 | 2461 | * `recursive` {boolean} **Default:** `false` | |
| 2462 | - * `mode` {integer} Not supported on Windows. **Default:** `0o777`. | ||
| 2462 | + * `mode` {string|integer} Not supported on Windows. **Default:** `0o777`. | ||
| 2463 | 2463 | * `callback` {Function} | |
| 2464 | 2464 | * `err` {Error} | |
| 2465 | 2465 | ||
@@ -2507,7 +2507,7 @@ changes: | |||
| 2507 | 2507 | * `path` {string|Buffer|URL} | |
| 2508 | 2508 | * `options` {Object|integer} | |
| 2509 | 2509 | * `recursive` {boolean} **Default:** `false` | |
| 2510 | - * `mode` {integer} Not supported on Windows. **Default:** `0o777`. | ||
| 2510 | + * `mode` {string|integer} Not supported on Windows. **Default:** `0o777`. | ||
| 2511 | 2511 | ||
| 2512 | 2512 | Synchronously creates a directory. Returns `undefined`. | |
| 2513 | 2513 | This is the synchronous version of [`fs.mkdir()`][]. | |
@@ -4819,7 +4819,7 @@ added: v10.0.0 | |||
| 4819 | 4819 | * `path` {string|Buffer|URL} | |
| 4820 | 4820 | * `options` {Object|integer} | |
| 4821 | 4821 | * `recursive` {boolean} **Default:** `false` | |
| 4822 | - * `mode` {integer} Not supported on Windows. **Default:** `0o777`. | ||
| 4822 | + * `mode` {string|integer} Not supported on Windows. **Default:** `0o777`. | ||
| 4823 | 4823 | * Returns: {Promise} | |
| 4824 | 4824 | ||
| 4825 | 4825 | Asynchronously creates a directory then resolves the `Promise` with no | |
| Back | FazBrowse Home | New Git URL |
0 commit comments