Skip to content
Snippets Groups Projects
Verified Commit a773da03 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

On second thought...

parent dfeb814d
No related branches found
No related tags found
No related merge requests found
......@@ -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 ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment