Skip to content

Commit

Permalink
rewrite error message to mention --showConfig instead of --show-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 1, 2022
1 parent 40c30df commit 885de48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Options:
const ts = service.ts as any as TSInternal;
if (typeof ts.convertToTSConfig !== 'function') {
console.error(
'Error: --show-config requires a typescript versions >=3.2 that support --showConfig'
'Error: --showConfig requires a typescript versions >=3.2 that support --showConfig'
);
process.exit(1);
}
Expand Down

0 comments on commit 885de48

Please sign in to comment.