Turn leftover files into logError
This commit is contained in:
parent
706fe1ffcc
commit
95ca79f3f8
@ -2125,7 +2125,7 @@ Make sure to clean up #{tmpdir} afterwards.|])
|
||||
runLogger $ $logInfo "Nuclear Annihilation complete!"
|
||||
pure ExitSuccess
|
||||
| otherwise -> do
|
||||
runLogger $ $logWarn "These Files have survived Nuclear Annihilation, you may remove them manually."
|
||||
runLogger $ $logError "These Files have survived Nuclear Annihilation, you may remove them manually."
|
||||
forM_ leftOverFiles putStrLn
|
||||
pure ExitSuccess
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user