mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-07-29 23:57:56 -05:00
electron-126: added logging in config file
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ const childProcess = require('child_process');
|
||||
const AppDirectory = require('appdirectory');
|
||||
const dirs = new AppDirectory('Symphony');
|
||||
|
||||
const log = require('../log.js');
|
||||
const log = require('./log.js');
|
||||
const logLevels = require('./enums/logLevels.js');
|
||||
|
||||
// cached config when first reading files. initially undefined and will be
|
||||
|
||||
Reference in New Issue
Block a user