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)) ->
|
VLeft (V (BuildFailed tmpdir e)) ->
|
||||||
runLogger
|
runLogger
|
||||||
($(logError) [i|Build failed with #{e}
|
($(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
|
>> exitFailure
|
||||||
VLeft e ->
|
VLeft e ->
|
||||||
|
Loading…
Reference in New Issue
Block a user