@zeppos/zeus-cli 1.2.0 → 1.2.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeppos/zeus-cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "zeus mini-program tools",
5
5
  "main": "index.ts",
6
6
  "author": "zepp",
@@ -327,7 +327,7 @@ var runX = function (root, args, url, packages, logAfterFunc) { return __awaiter
327
327
  })
328
328
  .on('all', function (_type, path) {
329
329
  logger.info("".concat(path, " ").concat(chalk_1["default"].green(_type)));
330
- refreshSimulator();
330
+ path && refreshSimulator();
331
331
  })];
332
332
  });
333
333
  }); };