mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +08:00
Add logger fallback
This commit is contained in:
parent
ba58409f2c
commit
9707092cc9
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ const path = require('path');
|
|||
const LocalDatabaseConnector = require('../shared/local-database-connector')
|
||||
const SchedulerUtils = require('../shared/scheduler-utils')
|
||||
|
||||
if (!global.Logger) { global.Logger = console }
|
||||
|
||||
const server = new Hapi.Server({
|
||||
connections: {
|
||||
router: {
|
||||
|
|
Loading…
Reference in a new issue