Skip to content

Commit

Permalink
bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 26, 2024
1 parent 5dcf522 commit 72cd073
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/src/commands/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ async function runAdd(cwd: string, config: cliConfig.Config, options: AddOptions
initialValue: false,
});

if (p.isCancel(overwrite)) {
cancel();
}
if (p.isCancel(overwrite)) cancel();

options.overwrite = overwrite;
}
Expand Down

0 comments on commit 72cd073

Please sign in to comment.