shiva-code 0.8.7 → 0.8.8
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 +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17298,8 +17298,7 @@ async function showDashboard() {
|
|
|
17298
17298
|
newSession: false
|
|
17299
17299
|
}], detectTerminal());
|
|
17300
17300
|
if (isInsideTmux()) {
|
|
17301
|
-
|
|
17302
|
-
await showDashboard();
|
|
17301
|
+
process.exit(0);
|
|
17303
17302
|
}
|
|
17304
17303
|
}
|
|
17305
17304
|
break;
|
|
@@ -17313,8 +17312,7 @@ async function showDashboard() {
|
|
|
17313
17312
|
if (launches.length > 0) {
|
|
17314
17313
|
await spawnProjects(launches, detectTerminal());
|
|
17315
17314
|
if (isInsideTmux()) {
|
|
17316
|
-
|
|
17317
|
-
await showDashboard();
|
|
17315
|
+
process.exit(0);
|
|
17318
17316
|
}
|
|
17319
17317
|
}
|
|
17320
17318
|
break;
|