Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 993b51c

Browse files
committed
Merge pull request svg#236 from hughsk/patch-1
Default to empty config
2 parents fb7ab64 + 15bd3bf commit 993b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/svgo/coa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = require('coa').Cmd()
100100

101101
var input = args && args.input ? args.input : opts.input,
102102
output = args && args.output ? args.output : opts.output,
103-
config,
103+
config = {},
104104
configFull;
105105

106106
// w/o anything

0 commit comments

Comments
 (0)