owl-cli 5.17.0 → 5.18.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.
@@ -546,7 +546,7 @@ var @projectCodeService = (function (pigeon) {
546
546
  f.updateParentPath(data);
547
547
  }
548
548
  pigeon.lock(f.getLock(data))
549
- var obj = f.get(data.id)
549
+ var obj = f.get(data.id,true)
550
550
  if (!obj) {
551
551
  throw {msg: '对象不存在!id=' + data.id, code: 'notFound'}
552
552
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "5.17.0",
3
+ "version": "5.18.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {