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 1087926 commit 70b72a9Copy full SHA for 70b72a9
lib/server.js
@@ -11,7 +11,6 @@ const path = require('path')
11
12
const BundleUtils = require('./utils/bundle-utils')
13
const NetUtils = require('./utils/net-utils')
14
-const JsonUtils = require('./utils/json-utils')
15
const root = global || window || this
16
17
const cfg = require('./config')
@@ -65,7 +64,7 @@ class Server extends KarmaEventEmitter {
65
64
66
const config = cfg.parseConfig(cliOptions.configFile, cliOptions)
67
68
- this.log.debug('Final config', JsonUtils.stringify(config, null, 2))
+ this.log.debug('Final config', util.inspect(config, false, /** depth **/ null))
69
70
let modules = [{
71
helper: ['value', helper],
0 commit comments