Loading src/util/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -896,7 +896,7 @@ impl Script { } } } else { error!(error = error.to_string(), script = self.to_string(), "=> {}", Label::fail()); error!(script = self.to_string(), "=> {} Failed to spawn child process", Label::fail()); vec![] } } Loading Loading
src/util/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -896,7 +896,7 @@ impl Script { } } } else { error!(error = error.to_string(), script = self.to_string(), "=> {}", Label::fail()); error!(script = self.to_string(), "=> {} Failed to spawn child process", Label::fail()); vec![] } } Loading