Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 6d8775d

Browse files
committed
Resolve promise
1 parent 7577a79 commit 6d8775d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/wsm-panel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ const WsmPanel = Class(
143143
// xxxHonza: unregister actor on shutdown/disable/uninstall
144144
// but not on toolbox close.
145145
this.registrar = registrar;
146+
147+
deferred.resolve(this.front);
146148
}, response => {
147149
console.log("WsmPanel.attach; ERROR " + response, response);
148150
});

0 commit comments

Comments
 (0)