Skip to content

Commit

Permalink
fix(config): return after getting property
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Mar 14, 2023
1 parent 1a051f4 commit 7d24ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const config = {

if (value.length === 0) {
get(key, cliOptions);
return;
}

await set(key, value, cliOptions);
Expand Down

0 comments on commit 7d24ee9

Please sign in to comment.