command-cmd 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/cmd.js +1 -0
  2. package/package.json +1 -1
package/cmd.js CHANGED
@@ -2009,6 +2009,7 @@ function createActionHandlers(robot, runtime) {
2009
2009
 
2010
2010
  async function openAppIfNeeded(appName, appConfig, mapStore) {
2011
2011
  if (getAppState(appConfig) === APP_STATE.OPEN) {
2012
+ // App is already open, don't reopen but allow subsequent operations to continue
2012
2013
  return;
2013
2014
  }
2014
2015
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "command-cmd",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "main": "cmd.js",
5
5
  "type": "module",
6
6
  "scripts": {