We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c48f2 commit 7072f73Copy full SHA for 7072f73
src/lib/application.ts
@@ -211,7 +211,7 @@ export class Application extends ChildableComponent<
211
)
212
) {
213
this.logger.warn(
214
- `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(
215
", "
216
)}`
217
);
0 commit comments