Skip to content

Commit

Permalink
Remove error formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wright committed Oct 20, 2023
1 parent 0f68043 commit 4c3be57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/validations/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,7 @@ export const validate = async (

if ( fileMeta.isCompressed ) {
exit.withError(
chalk.bold.red(
'Compressed files cannot be validated. Please extract the archive and re-run the command, providing the path to the extracted SQL file.'
)
'Compressed files cannot be validated. Please extract the archive and re-run the command, providing the path to the extracted SQL file.'
);
}

Expand Down

0 comments on commit 4c3be57

Please sign in to comment.