Skip to content

Commit 7072f73

Browse files
committed
Adjust unsupported warning
1 parent c7c48f2 commit 7072f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class Application extends ChildableComponent<
211211
)
212212
) {
213213
this.logger.warn(
214-
`You are running with an unsupported TypeScript version! This may work, or it might break. TypeDoc supports ${supportedVersionMajorMinor.join(
214+
`You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports ${supportedVersionMajorMinor.join(
215215
", "
216216
)}`
217217
);

0 commit comments

Comments
 (0)