fix(wasm): check docker presence without arguments
This commit is contained in:
parent
cbf960ff20
commit
207ef9796e
2 changed files with 0 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue