fix(wasm): check docker presence without arguments

This commit is contained in:
Guilherme Soares 2025-01-08 18:27:02 +00:00 committed by GitHub
parent cbf960ff20
commit 207ef9796e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -986,7 +986,6 @@ impl Loader {
let source = if !force_docker && Command::new(emcc_name).output().is_ok() {
EmccSource::Native
} else if Command::new("docker")
.arg("info")
.output()
.is_ok_and(|out| out.status.success())
{