Skip to content

Commit e09537d

Browse files
committed
comments
1 parent 0417252 commit e09537d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,12 @@ fc.connect = function(userId) {
218218
resolve();
219219
}
220220

221-
// BUG - catch plugin init error separately, otherwise a new frame is created.
221+
// XXX - POTENTIAL BUG - catch plugin init error separately, otherwise a new frame is created.
222222
frame
223223
.fetch()
224224
.then(function() {
225225
debug('ready to init...');
226+
// initPlugins now always resolves, is never rejected
226227
return pm.initPlugins(frame.state.plugins, fc.pluginApi);
227228
})
228229
.then(readyToConnect)

0 commit comments

Comments
 (0)