diff --git a/app/main/index.ts b/app/main/index.ts index 40a3b405d..04db0d26e 100644 --- a/app/main/index.ts +++ b/app/main/index.ts @@ -37,7 +37,7 @@ import "gatemaker/electron-setup"; // eslint-disable-line import/no-unassigned-i // eslint-disable-next-line @typescript-eslint/naming-convention const {GDK_BACKEND} = process.env; -// Initialize sentry for main process +// Initialize sentry for a main process sentryInit(); let mainWindowState: windowStateKeeper.State;