diff --git a/src/digest_engine/program.rs b/src/digest_engine/program.rs index 6cef80a..0d1f50b 100644 --- a/src/digest_engine/program.rs +++ b/src/digest_engine/program.rs @@ -51,7 +51,7 @@ impl DigestEngine for DigestEngineProgram { .stdin(Stdio::piped()) .stdout(Stdio::piped()) .spawn() - .context(anyhow!( + .with_context(|| anyhow!( "Problem spawning child process: {:?} {:?}", program, args