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.
- package/cmd.js +1 -0
- 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
|
|