File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/common/thirdparty/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
inputScript ( 'https://iclient.supermap.io/web/libs/echarts/4.9.0/echarts.min.js' ) ;
93
93
}
94
94
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' ) ;
96
96
}
97
97
if ( inArray ( includes , 'xlsx' ) ) {
98
98
inputScript ( 'https://iclient.supermap.io/web/libs/xlsx/0.18.5/xlsx.core.min.js' ) ;
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ export class ElasticSearch {
476
476
me . _update ( resp . responses , callback ) ;
477
477
return resp ;
478
478
} , function ( err ) {
479
- callback ( err ) ;
479
+ callback && callback ( err ) ;
480
480
me . events . triggerEvent ( 'error' , { error : err } ) ;
481
481
return err ;
482
482
} ) ;
You can’t perform that action at this time.
0 commit comments