Skip to content

Commit 215abf6

Browse files
authored
Update convert-argv.js
1 parent c089425 commit 215abf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/convert-argv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = function(yargs, argv, convertOptions) {
173173
var noOutputFilenameDefined = !options.output || !options.output.filename;
174174

175175
function ifArg(name, fn, init, finalize) {
176-
if (typeof options[name] === "boolean") {
176+
if(typeof options[name] === "boolean") {
177177
argv[name] = options[name];
178178
}
179179
if(Array.isArray(argv[name])) {

0 commit comments

Comments
 (0)