Skip to content

Commit

Permalink
fix: remove deprecation warning for render in exit error (jprichardso…
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Jun 29, 2020
1 parent ba0a25d commit 3b2e5fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/errors/exit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class ExitError extends CLIError implements OclifError {
}

render(): string {
console.warn('`render` methods on CLIError are deprecated in favor of using pretty print functions')
return ''
}
}

0 comments on commit 3b2e5fa

Please sign in to comment.