mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(installer): pass cached-only to executable_args (#9169)
This commit is contained in:
parent
3505823e20
commit
867ce78fb6
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ pub fn install(
|
|||
}
|
||||
|
||||
if flags.cached_only {
|
||||
executable_args.push("--cached_only".to_string());
|
||||
executable_args.push("--cached-only".to_string());
|
||||
}
|
||||
|
||||
if !flags.v8_flags.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue