Skip to content

Commit dbac9e9

Browse files
committed
Fix app registry setup error
1 parent ecee7a7 commit dbac9e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
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",

src/app/setup-plugin-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AppRegistry = require('hadron-app-registry');
66
const PluginManager = require('hadron-plugin-manager');
77
const 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.

0 commit comments

Comments
 (0)