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 178178 "font-awesome" : " ^4.7.0" ,
179179 "get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
180180 "hadron-app" : " ^2.0.0" ,
181- "hadron-app-registry" : " ^7.0 .0" ,
181+ "hadron-app-registry" : " ^7.1 .0" ,
182182 "hadron-auto-update-manager" : " ^2.0.0" ,
183183 "hadron-compile-cache" : " ^1.0.1" ,
184184 "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');
66const PluginManager = require ( 'hadron-plugin-manager' ) ;
77const debug = require ( 'debug' ) ( 'mongodb-compass:setup-plugin-manager' ) ;
88
9- app . appRegistry = new AppRegistry ( ) . setMaxListeners ( 50 ) ;
9+ app . appRegistry = new AppRegistry ( ) ;
1010
1111/**
1212 * Location of the internal plugins.
You can’t perform that action at this time.
0 commit comments