Adds 10s Thread-Delay and relevant Logger messages to Main.hs
This commit is contained in:
parent
0cb22945fe
commit
82a704ab44
@ -1702,6 +1702,11 @@ Make sure to clean up #{tmpdir} afterwards.|])
|
|||||||
else putStrLn uri' >> pure ExitSuccess
|
else putStrLn uri' >> pure ExitSuccess
|
||||||
|
|
||||||
Nuke -> do
|
Nuke -> do
|
||||||
|
runLogger $ $logWarn "WARNING: This will remove GHCup and all installed components from your system."
|
||||||
|
runLogger $ $logWarn "Wating 10 seconds before commencing, if you want to cancel it, now would be the time."
|
||||||
|
|
||||||
|
threadDelay 10000000 -- wait 10s
|
||||||
|
|
||||||
runLogger $ $logInfo "Initiating Nuclear Sequence 🚀🚀🚀"
|
runLogger $ $logInfo "Initiating Nuclear Sequence 🚀🚀🚀"
|
||||||
runLogger $ $logInfo "Nuking in 3...2...1"
|
runLogger $ $logInfo "Nuking in 3...2...1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user