Indicate removal of tmpdir after failed build

This commit is contained in:
Julian Ospald 2020-04-17 09:29:31 +02:00
parent 793aad7b6c
commit 6c1ae585b7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 1 deletions

View File

@ -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 ->