0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00

revert changes to permissions

This commit is contained in:
Bartek Iwańczuk 2025-01-06 23:14:34 +01:00
parent 37207e5914
commit 64df2cef75
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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),