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 ecb31f9 commit dfab2d3Copy full SHA for dfab2d3
index.js
@@ -15,7 +15,7 @@ const pkg = require('./package.json');
15
/* istanbul ignore next */
16
log.setLevel(['debug', 'info', 'warn', 'error'].indexOf(config.verbosity) === -1 ? 'info' : config.verbosity);
17
log.info(pkg.name + ' ' + pkg.version + ' starting');
18
-log.debug("loaded config: ", config);
+log.debug('loaded config: ', config);
19
20
const modules = {
21
fs: require('fs'),
0 commit comments