Skip to content

Commit 43fc033

Browse files
committed
chore: update lockfile & pass nil
1 parent 97d5c75 commit 43fc033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bin/utils/convert-argv.js‎

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

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

0 commit comments

Comments
 (0)