Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Nov 7, 2023
1 parent f846635 commit ea11b78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions waspc/src/Wasp/Generator/Job/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ runNodeCommandAsJobWithExtraEnv extraEnvVars fromDir command args jobType chan =
Left errorMsg -> exitWithError (ExitFailure 1) (T.pack errorMsg)
Right _ -> do
envVars <- getAllEnvVars

print $ "Running command: " ++ command ++ " " ++ unwords args

print args

let nodeCommandProcess = (P.proc command args) {P.env = Just envVars, P.cwd = Just $ SP.fromAbsDir fromDir}
runProcessAsJob nodeCommandProcess jobType chan
where
Expand Down

0 comments on commit ea11b78

Please sign in to comment.