Skip to content

Commit

Permalink
fix(cli/flags.rs): Prevent providing --allow-env flag twice (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceb5y committed Feb 7, 2020
1 parent 5e8581f commit 522e856
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/flags.rs
Expand Up @@ -155,10 +155,6 @@ impl DenoFlags {
args.push("--allow-hrtime".to_string());
}

if self.allow_env {
args.push("--allow-env".to_string());
}

args
}
}
Expand Down

0 comments on commit 522e856

Please sign in to comment.