Skip to content

Commit c28ecb0

Browse files
committed
Fix bug in output messaging
1 parent 76108fa commit c28ecb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const showBottomMessage = (message = "") => {
2626

2727
ui.updateBottomBar(`${chars.charAt(index++)} ${message}`);
2828
}, 100);
29+
} else {
30+
ui.updateBottomBar("");
2931
}
3032
}
3133

0 commit comments

Comments
 (0)