Adds some logger messages.

This commit is contained in:
Arjun Kathuria 2021-06-22 18:52:24 +05:30
parent d09adf9159
commit 0cb22945fe
1 changed files with 4 additions and 0 deletions

View File

@ -1702,8 +1702,12 @@ Make sure to clean up #{tmpdir} afterwards.|])
else putStrLn uri' >> pure ExitSuccess
Nuke -> do
runLogger $ $logInfo "Initiating Nuclear Sequence 🚀🚀🚀"
runLogger $ $logInfo "Nuking in 3...2...1"
lInstalled <- runLogger . flip runReaderT appstate $ listVersions Nothing (Just ListInstalled)
forM_ lInstalled $ runRm . rmTool
pure ExitSuccess
case res of