Skip to content

Commit

Permalink
Merge pull request #64 from bornova/dev
Browse files Browse the repository at this point in the history
Update log start message
  • Loading branch information
bornova committed May 14, 2024
2 parents db9e928 + 27a9696 commit 2619b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as fs from 'node:fs'

process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true'

log.info(`Starting Numara... (${app.isPackaged ? 'Prod' : 'Dev'})`)
log.info(`Starting Numara... [v${app.getVersion()}] ${app.isPackaged ? '' : '(Dev)'}`)
log.initialize({ spyRendererConsole: true })
log.errorHandler.startCatching()
log.eventLogger.startLogging()
Expand Down

0 comments on commit 2619b99

Please sign in to comment.