Commit 38302f7e authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix: Remove undeclared variable from Script::run error branch

parent 7afefba3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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![]
        }
    }