On second thought...
This commit is contained in:
parent
dfeb814dcc
commit
a773da037c
@ -855,12 +855,7 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues
|
|||||||
|
|
||||||
case res of
|
case res of
|
||||||
ExitSuccess -> pure ()
|
ExitSuccess -> pure ()
|
||||||
ef@(ExitFailure _) -> do
|
ef@(ExitFailure _) -> exitWith ef
|
||||||
runLogger
|
|
||||||
($(logError)
|
|
||||||
[i|If you think this is a bug, report at: https://gitlab.haskell.org/haskell/ghcup-hs/issues|]
|
|
||||||
)
|
|
||||||
exitWith ef
|
|
||||||
pure ()
|
pure ()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user