abmux 0.0.2 → 0.0.3
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/cli/index.js +3 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -505,7 +505,7 @@ var createUsecases = (context) => ({
|
|
|
505
505
|
// package.json
|
|
506
506
|
var package_default = {
|
|
507
507
|
name: "abmux",
|
|
508
|
-
version: "0.0.
|
|
508
|
+
version: "0.0.3",
|
|
509
509
|
repository: {
|
|
510
510
|
type: "git",
|
|
511
511
|
url: "https://github.com/cut0/abmux.git"
|
|
@@ -1413,7 +1413,8 @@ var createTuiCommand = ({ usecases, services, infra }) => async () => {
|
|
|
1413
1413
|
directories,
|
|
1414
1414
|
restoredPrompt: prompt,
|
|
1415
1415
|
restoredSession: session
|
|
1416
|
-
})
|
|
1416
|
+
}),
|
|
1417
|
+
{ concurrent: true }
|
|
1417
1418
|
);
|
|
1418
1419
|
};
|
|
1419
1420
|
instance = renderApp();
|