owl-cli 6.139.0 → 6.141.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.
@@ -31,12 +31,7 @@
31
31
  id = ids[i];
32
32
  var obj = @projectCodeService.get(id,true);
33
33
  if(!obj){
34
- var ret = {
35
- state: 'err',
36
- msg:'object not found, id=' + id
37
- }
38
- out.print(JSON.stringify(ret));
39
- return;
34
+ continue;
40
35
  }
41
36
  var finalObj = obj;
42
37
  if(roleId!='0' || orgId!='0'){
@@ -3,7 +3,6 @@
3
3
  //#import Util.js
4
4
  //#import base64.js
5
5
  //#import deepmerge.js
6
- //#import underscore.js
7
6
  //#import HttpUtil.js
8
7
  //#import jobs.js
9
8
  //#import DigestUtil.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.139.0",
3
+ "version": "6.141.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {