fix(installer): pass cached-only to executable_args (#9169)

This commit is contained in:
Freddy Fallon 2021-01-19 12:46:08 +00:00 committed by GitHub
parent 3505823e20
commit 867ce78fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {