improve more logs, better error messages when switch setup failed
Some checks failed
Run Check Script / check (pull_request) Failing after 1m12s

This commit is contained in:
2025-10-28 18:32:25 -04:00
parent f63f77550f
commit 981529751a
7 changed files with 76 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ pub fn init() {
HarmonyEvent::HarmonyFinished => {
if !details.is_empty() {
println!(
"\n{} All done! Here's what's next for you:",
"\n{} All done! Here's a few info for you:",
theme::EMOJI_SUMMARY
);
for detail in details.iter() {