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 bf3d944 commit 2a1fde7Copy full SHA for 2a1fde7
tools/doc/type-parser.mjs
@@ -307,8 +307,8 @@ export function toLink(typeInput) {
307
`<a href="${typeUrl}" class="type"><${typeTextFull}></a>`);
308
} else {
309
throw new Error(
310
- `Unrecognized type: '${typeTextFull}'.\n` +
311
- `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',
312
);
313
}
314
0 commit comments