Skip to content

Commit

Permalink
Adjust unsupported warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 23, 2022
1 parent c7c48f2 commit 7072f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class Application extends ChildableComponent<
)
) {
this.logger.warn(
`You are running with an unsupported TypeScript version! This may work, or it might break. TypeDoc supports ${supportedVersionMajorMinor.join(
`You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports ${supportedVersionMajorMinor.join(
", "
)}`
);
Expand Down

0 comments on commit 7072f73

Please sign in to comment.