Skip to content

Commit

Permalink
add boolean return on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Holtz authored and Misha Holtz committed Sep 8, 2022
1 parent 5ba96b4 commit 271a258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background/starterBlueprints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async function getShouldFirstTimeInstall(): Promise<boolean> {
return shouldInstall;
} catch (error) {
reportError(error);
return false;
}
}

Expand Down

0 comments on commit 271a258

Please sign in to comment.