| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| const code = icu.icuErrName(result); | ||
| const err = new Error(`Unable to transcode Buffer [${code}]`); | ||
| const err = new errors.Error('ERR_UNABlE_TRNSC_BUFF', code); |
There was a problem hiding this comment.
type in the code...
Sorry, something went wrong.
There was a problem hiding this comment.
Also, it would be better to fully spell out transcode and buffer
Sorry, something went wrong.
|
@jasnell what do you mean by 'type in code...' |
Sorry, something went wrong.
There was a problem hiding this comment.
This should break test-icu-transcode.js, the test needs to be updated.
Sorry, something went wrong.
Sorry, something went wrong.
|
I'm closing this because it's been inactive for quite a while. Feel free to reopen or ping a collaborator to get it reopened if needed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Ref: #11273
cc @jasnell
Semver-major because this updates specific error messages and converts errors over to use the new internal/errors.js mechanism.
Checklist
Affected core subsystem(s)
errors, buffer