We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f8cb6 commit c13d4b0Copy full SHA for c13d4b0
src/backend/main.ts
@@ -317,7 +317,7 @@ const processZoomForScreen = (zoomFactor: number) => {
317
}
318
319
if (!gotTheLock) {
320
- logInfo('Heroic is already running, quitting this instance')
+ console.log('Heroic is already running, quitting this instance')
321
app.quit()
322
} else {
323
app.on('second-instance', (event, argv) => {
0 commit comments