Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jun 20, 2023
1 parent 58daa03 commit 0d78ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function action(repo: string, options: { dev: boolean }) {
stdio: ['pipe', 'pipe', 'pipe'],
});
process.stdout.write(chalk.green('done!') + os.EOL);
} catch (_e) {
} catch (_) {
try {
// Next try prepending `v` to the target, which may have been stripped by `semver.coerce`.
execSync(`git checkout v${target}`, {
Expand Down

0 comments on commit 0d78ddc

Please sign in to comment.