Skip to content

Commit

Permalink
fix: retrhow
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Mar 7, 2022
1 parent 426f06f commit eaebd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export abstract class SfCommand<T> extends Command {
if (this.jsonEnabled()) {
CliUx.ux.styledJSON(this.toErrorJson(error));
}
return error;
throw error;
}

/**
Expand Down

0 comments on commit eaebd44

Please sign in to comment.