diff --git a/templates/virtual-background.ts b/templates/virtual-background.ts index a427d94e..49f7bc2c 100644 --- a/templates/virtual-background.ts +++ b/templates/virtual-background.ts @@ -8,6 +8,6 @@ try { ); } } catch (err) { - console.error('The background script crashed on startup!\n\n', err); + console.error('The background script crashed on startup!'); throw err; }