Skip to content

Commit 43fc033

Browse files
committedAug 14, 2019
chore: update lockfile & pass nil
1 parent 97d5c75 commit 43fc033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/utils/convert-argv.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = function(...args) {
128128
}
129129

130130
if (!configFileLoaded) {
131-
return processConfiguredOptions(null);
131+
return processConfiguredOptions();
132132
} else if (options.length === 1) {
133133
return processConfiguredOptions(options[0]);
134134
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.