On second thought...

This commit is contained in:
Julian Ospald 2020-04-17 20:50:23 +02:00
parent dfeb814dcc
commit a773da037c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 6 deletions

View File

@ -855,12 +855,7 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues
case res of
ExitSuccess -> pure ()
ef@(ExitFailure _) -> do
runLogger
($(logError)
[i|If you think this is a bug, report at: https://gitlab.haskell.org/haskell/ghcup-hs/issues|]
)
exitWith ef
ef@(ExitFailure _) -> exitWith ef
pure ()