diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts index 80dbf40cb8..f2295f2cdd 100644 --- a/apps/desktop/src/main.ts +++ b/apps/desktop/src/main.ts @@ -291,8 +291,7 @@ export class Main { }); }, (e: any) => { - // eslint-disable-next-line - console.error(e); + this.logService.error("Error while running migrations:", e); }, ); }