We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0417252 commit e09537dCopy full SHA for e09537d
1 file changed
src/controller.js
@@ -218,11 +218,12 @@ fc.connect = function(userId) {
218
resolve();
219
}
220
221
- // BUG - catch plugin init error separately, otherwise a new frame is created.
+ // XXX - POTENTIAL BUG - catch plugin init error separately, otherwise a new frame is created.
222
frame
223
.fetch()
224
.then(function() {
225
debug('ready to init...');
226
+ // initPlugins now always resolves, is never rejected
227
return pm.initPlugins(frame.state.plugins, fc.pluginApi);
228
})
229
.then(readyToConnect)
0 commit comments