owl-cli 6.105.0 → 6.106.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.
@@ -1144,12 +1144,11 @@ var @projectCodeService = (function (pigeon) {
1144
1144
  if(!result.hits || !result.hits.hits){
1145
1145
  $.log("error search:sndQuery=" + sndTxt + "------\nresponse:\n" + s );
1146
1146
  var ret = {
1147
- state:'ok',
1147
+ state:'err',
1148
1148
  list:[],
1149
1149
  total:{value:0}
1150
1150
  }
1151
- out.print(JSON.stringify(ret));
1152
- return;
1151
+ return ret;
1153
1152
  }
1154
1153
 
1155
1154
  var hits = result.hits.hits;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.105.0",
3
+ "version": "6.106.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {