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 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' ) ;
Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments