Skip to content

Commit fb5f1fc

Browse files
committed
【update】 elasticsearch 升级 16.7.1 -> 16.7.3; review by songym
1 parent ce94114 commit fb5f1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
inputScript('https://iclient.supermap.io/web/libs/echarts/4.9.0/echarts.min.js');
9393
}
9494
if (inArray(includes, 'elasticsearch')) {
95-
inputScript('https://iclient.supermap.io/web/libs/elasticsearch/16.7.1/elasticsearch.min.js');
95+
inputScript('https://iclient.supermap.io/web/libs/elasticsearch/16.7.3/elasticsearch.min.js');
9696
}
9797
if (inArray(includes, 'xlsx')) {
9898
inputScript('https://iclient.supermap.io/web/libs/xlsx/0.18.5/xlsx.core.min.js');

src/common/thirdparty/elasticsearch/ElasticSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export class ElasticSearch {
476476
me._update(resp.responses, callback);
477477
return resp;
478478
}, function (err) {
479-
callback(err);
479+
callback && callback(err);
480480
me.events.triggerEvent('error', {error: err});
481481
return err;
482482
});

0 commit comments

Comments
 (0)