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