mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Format.
This commit is contained in:
parent
f949ded933
commit
787832c68e
6 changed files with 37 additions and 20 deletions
|
@ -36,7 +36,7 @@ function permFromString(s: string): DenoPermissions {
|
|||
return {
|
||||
write: Boolean(Number(found[1])),
|
||||
net: Boolean(Number(found[2])),
|
||||
env: Boolean(Number(found[3])),
|
||||
env: Boolean(Number(found[3]))
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue