Skip to content

Commit

Permalink
chore: update lockfile & pass nil
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Aug 14, 2019
1 parent 97d5c75 commit 43fc033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/convert-argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function(...args) {
}

if (!configFileLoaded) {
return processConfiguredOptions(null);
return processConfiguredOptions();
} else if (options.length === 1) {
return processConfiguredOptions(options[0]);
} else {
Expand Down

0 comments on commit 43fc033

Please sign in to comment.