Skip to content
Snippets Groups Projects
Commit 0cb22945 authored by Arjun Kathuria's avatar Arjun Kathuria :rocket:
Browse files

Adds some logger messages.

parent d09adf91
No related branches found
No related tags found
1 merge request!101[WIP] Feature "nuke"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment