Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
wasn't waiting for something to complete that should've been waited for
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 3, 2019
1 parent 7a1b5b3 commit 0fdeba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function selectProfile(
return;
}

activateProfile(profile, config, settingsHelper, extensionsHelper);
await activateProfile(profile, config, settingsHelper, extensionsHelper);
};
}

Expand Down

0 comments on commit 0fdeba8

Please # to comment.