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:'
|
|
1147
|
+
state:'err',
|
|
1148
1148
|
list:[],
|
|
1149
1149
|
total:{value:0}
|
|
1150
1150
|
}
|
|
1151
|
-
|
|
1152
|
-
return;
|
|
1151
|
+
return ret;
|
|
1153
1152
|
}
|
|
1154
1153
|
|
|
1155
1154
|
var hits = result.hits.hits;
|