Indicate removal of tmpdir after failed build
This commit is contained in:
parent
793aad7b6c
commit
6c1ae585b7
@ -750,7 +750,8 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues
|
||||
VLeft (V (BuildFailed tmpdir e)) ->
|
||||
runLogger
|
||||
($(logError) [i|Build failed with #{e}
|
||||
Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues.|]
|
||||
Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues.
|
||||
Make sure to clean up #{tmpdir} afterwards.|]
|
||||
)
|
||||
>> exitFailure
|
||||
VLeft e ->
|
||||
|
Loading…
Reference in New Issue
Block a user