mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 02:42:34 +00:00
support permission mode in mkdir (#4286)
This commit is contained in:
parent
72c408ea9d
commit
a28fa2415f
5 changed files with 28 additions and 14 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -740,7 +740,7 @@ declare namespace Deno {
|
|||
recursive?: boolean;
|
||||
/** Permissions to use when creating the directory (defaults to `0o777`,
|
||||
* before the process's umask).
|
||||
* Does nothing/raises on Windows. */
|
||||
* Ignored on Windows. */
|
||||
mode?: number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue