| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bf3d944 commit 2a1fde7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,8 +307,8 @@ export function toLink(typeInput) { | |||
| 307 | 307 | `<a href="${typeUrl}" class="type"><${typeTextFull}></a>`); | |
| 308 | 308 | } else { | |
| 309 | 309 | throw new Error( | |
| 310 | - `Unrecognized type: '${typeTextFull}'.\n` + | ||
| 311 | - `Please, edit the type or update '${import.meta.url}'.`, | ||
| 310 | + `Unrecognized type: '${typeTextFull}' in '${import.meta.url}'.\n` + | ||
| 311 | + 'Valid types can be found at https://github.com/nodejs/node/blob/HEAD/tools/doc/type-parser.mjs', | ||
| 312 | 312 | ); | |
| 313 | 313 | } | |
| 314 | 314 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments