Skip to content

Commit

Permalink
self-debug: Fix installation promise - resolve only when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
affenull2345 committed Aug 28, 2021
1 parent d7e3361 commit aec3d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/installer/self-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SelfDebugInstaller extends Installer {
}
return this.loading.then(interfaces => {
var id = '{' + idHint + '}';
extractManifest(pkg).then(manifest => {
return extractManifest(pkg).then(manifest => {
if(manifest.origin){
var url = new URL(manifest.origin);
id = url.host;
Expand Down

0 comments on commit aec3d21

Please sign in to comment.