diff options
Diffstat (limited to 'source/features/bugs-tab.tsx')
-rw-r--r-- | source/features/bugs-tab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/bugs-tab.tsx b/source/features/bugs-tab.tsx index f97db003..c0d3c364 100644 --- a/source/features/bugs-tab.tsx +++ b/source/features/bugs-tab.tsx @@ -95,7 +95,7 @@ async function init(): Promise<void | false> { bugsCounter.textContent = numberFormatter.format(await countPromise); } catch (error) { bugsCounter.remove(); - throw error; + features.error(__filebasename, error); } } |