debug
This commit is contained in:
parent
d764fcf842
commit
5f859e648c
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ runAtFile p s f extraparams = do
|
||||||
when (null $ opts c) $
|
when (null $ opts c) $
|
||||||
error $ "failed to find any options for " ++ f ++ " in >>>" ++ s ++ "<<<"
|
error $ "failed to find any options for " ++ f ++ " in >>>" ++ s ++ "<<<"
|
||||||
writeFile f (opts c)
|
writeFile f (opts c)
|
||||||
|
print "in file: >>>" ++ (opts c) ++ "<<<"
|
||||||
out <- getOutput (cmd c) (atFile f:extraparams) (env c)
|
out <- getOutput (cmd c) (atFile f:extraparams) (env c)
|
||||||
removeFile f
|
removeFile f
|
||||||
return out
|
return out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue