Skip to content

Commit 2ed715d

Browse files
committed
wip
1 parent ad32d32 commit 2ed715d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/plugins/status-bar.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ export default createPlugin(
8888
);
8989

9090
// Skip rendering the status bar if any of the status checks is not ready.
91-
if (setupStatus === undefined || cliStatus === undefined) {
91+
if (
92+
setupStatus === undefined ||
93+
localStackStatus === undefined ||
94+
cliStatus === undefined
95+
) {
9296
return;
9397
}
9498

0 commit comments

Comments
 (0)