shiva-code 0.8.9 → 0.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17299,7 +17299,8 @@ async function showDashboard() {
|
|
|
17299
17299
|
newSession: false
|
|
17300
17300
|
}], detectTerminal());
|
|
17301
17301
|
if (isInsideTmux()) {
|
|
17302
|
-
|
|
17302
|
+
await new Promise((resolve14) => setTimeout(resolve14, 100));
|
|
17303
|
+
return;
|
|
17303
17304
|
}
|
|
17304
17305
|
}
|
|
17305
17306
|
break;
|
|
@@ -17313,7 +17314,8 @@ async function showDashboard() {
|
|
|
17313
17314
|
if (launches.length > 0) {
|
|
17314
17315
|
await spawnProjects(launches, detectTerminal());
|
|
17315
17316
|
if (isInsideTmux()) {
|
|
17316
|
-
|
|
17317
|
+
await new Promise((resolve14) => setTimeout(resolve14, 100));
|
|
17318
|
+
return;
|
|
17317
17319
|
}
|
|
17318
17320
|
}
|
|
17319
17321
|
break;
|