Skip to content

Commit dfab2d3

Browse files
committed
Single-quotes for strings
1 parent ecb31f9 commit dfab2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const pkg = require('./package.json');
1515
/* istanbul ignore next */
1616
log.setLevel(['debug', 'info', 'warn', 'error'].indexOf(config.verbosity) === -1 ? 'info' : config.verbosity);
1717
log.info(pkg.name + ' ' + pkg.version + ' starting');
18-
log.debug("loaded config: ", config);
18+
log.debug('loaded config: ', config);
1919

2020
const modules = {
2121
fs: require('fs'),

0 commit comments

Comments
 (0)