mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
fix(cli/bench): strace numeric format (#16055)
This commit is contained in:
parent
9bb3ccbab2
commit
980d65b4d0
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ async fn main() -> Result<()> {
|
|||
])
|
||||
.args(args.iter())
|
||||
.stdout(Stdio::null())
|
||||
.env("LC_NUMERIC", "C")
|
||||
.spawn()?
|
||||
.wait()?;
|
||||
let expected_exit_code = expected_exit_code.unwrap_or(0);
|
||||
|
|
Loading…
Reference in a new issue