Indicate removal of tmpdir after failed build

This commit is contained in:
2020-04-17 09:29:31 +02:00
parent 793aad7b6c
commit 6c1ae585b7

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