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 66d0816 commit af19240Copy full SHA for af19240
tools/doc/type-parser.mjs
@@ -309,8 +309,8 @@ export function toLink(typeInput) {
309
`<a href="${typeUrl}" class="type"><${typeTextFull}></a>`);
310
} else {
311
throw new Error(
312
- `Unrecognized type: '${typeTextFull}'.\n` +
313
- `Please, edit the type or update '${import.meta.url}'.`,
+ `Unrecognized type: '${typeTextFull}' in '${import.meta.url}'.\n` +
+ 'Valid types can be found at https://github.com/nodejs/node/blob/HEAD/tools/doc/type-parser.mjs',
314
);
315
}
316
0 commit comments