Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 8046e48

Browse files
committed
Explicitly log the args passed to MainHie
1 parent 5e58c51 commit 8046e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/MainHie.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ run opts = do
119119
logm $ "Run entered for HIE(" ++ progName ++ ") " ++ version
120120
d <- getCurrentDirectory
121121
logm $ "Current directory:" ++ d
122+
args <- getArgs
123+
logm $ "args:" ++ show args
122124

123125
let vomitOptions = defaultOptions { boLogging = BlVomit}
124126
let defaultOpts = if optGhcModVomit opts then vomitOptions else defaultOptions

0 commit comments

Comments
 (0)