Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit f2dc0ef

Browse files
committed
bug fixed
1 parent 5ffbb1c commit f2dc0ef

File tree

1 file changed

+0
-1
lines changed
  • src/Language/PipeScript/Interpreter

1 file changed

+0
-1
lines changed

src/Language/PipeScript/Interpreter/Eval.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ loadStr x = do
6666

6767
runCommand :: FilePath -> [String] -> Interpreter Value
6868
runCommand command args = do
69-
Debug.Trace.trace ("Run command: " ++ command ++ "; args: " ++ show args) $ pure ()
7069
isVerbose <- verbose <$> get
7170
workdir <- scriptDir . curScript <$> get
7271
let workdir' = toFilePath workdir

0 commit comments

Comments
 (0)