mirror of
https://github.com/denoland/deno.git
synced 2025-03-05 18:37:20 -05:00
revert changes to permissions
This commit is contained in:
parent
37207e5914
commit
64df2cef75
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ impl Permissions {
|
|||
Self::none(false)
|
||||
}
|
||||
|
||||
pub fn none(prompt: bool) -> Self {
|
||||
fn none(prompt: bool) -> Self {
|
||||
Self {
|
||||
read: Permissions::new_unary(None, None, prompt),
|
||||
write: Permissions::new_unary(None, None, prompt),
|
||||
|
|
Loading…
Add table
Reference in a new issue