File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 178
178
"font-awesome" : " ^4.7.0" ,
179
179
"get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
180
180
"hadron-app" : " ^2.0.0" ,
181
- "hadron-app-registry" : " ^7.0 .0" ,
181
+ "hadron-app-registry" : " ^7.1 .0" ,
182
182
"hadron-auto-update-manager" : " ^2.0.0" ,
183
183
"hadron-compile-cache" : " ^1.0.1" ,
184
184
"hadron-ipc" : " ^0.0.7" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const AppRegistry = require('hadron-app-registry');
6
6
const PluginManager = require ( 'hadron-plugin-manager' ) ;
7
7
const debug = require ( 'debug' ) ( 'mongodb-compass:setup-plugin-manager' ) ;
8
8
9
- app . appRegistry = new AppRegistry ( ) . setMaxListeners ( 50 ) ;
9
+ app . appRegistry = new AppRegistry ( ) ;
10
10
11
11
/**
12
12
* Location of the internal plugins.
You can’t perform that action at this time.
0 commit comments