@webqit/webflo 0.8.64 → 0.8.65-0

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/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.8.64",
15
+ "version": "0.8.65-0",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -106,7 +106,7 @@ export async function start(Ui, flags = {}, layout = {}) {
106
106
  Ui.log('');
107
107
  showRunning(name, autorestart);
108
108
  }
109
- //Pm2.disconnect(resolve);
109
+ Pm2.disconnect(resolve);
110
110
  });
111
111
  }
112
112
  });