Skip to content

Commit

Permalink
time-out in translators install
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed May 17, 2024
1 parent f784574 commit b57b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/translators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Translators = new class { // eslint-disable-line @typescript-eslint
this.uninstall('BetterBibTeX JSON (for debugging)')
log.debug('translators startup: cleaned')

if (!await guard(this.installTranslators())) flash('installing translators timed out', 'please submit a debug log to the BBT project')
if (!await guard(this.installTranslators())) flash('installing translators timed out', 'BBT exports may not work', 20)

log.debug('translators startup: finished')
this.ready.resolve(true)
Expand Down

0 comments on commit b57b198

Please sign in to comment.