Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Aug 20, 2021
1 parent 0a9f69e commit ba5aa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function initialSetup(ctx: IContext) {
window.showErrorMessage(
"Anki Installation: Unable to update resources on Anki, please make sure Anki is running and try again"
);
ctx.logger.error(e);
getLogger().error(`installation attempt failed: ${e}`);
// If any of the above failed we don't want to update the version, meaning it will try again next time the extension has started
return;
}
Expand Down

0 comments on commit ba5aa18

Please sign in to comment.