stream: improve the error message of ERR_INVALID_ARG_TYPE#17145
stream: improve the error message of ERR_INVALID_ARG_TYPE#17145starkwang wants to merge 1 commit into
ERR_INVALID_ARG_TYPE#17145Conversation
The `expected` argument of `ERR_INVALID_ARG_TYPE` can be an array, which is better than a single string.
joyeecheung
left a comment
There was a problem hiding this comment.
This does not need 48-hours. LGTM once CI is green
The `expected` argument of `ERR_INVALID_ARG_TYPE` can be an array, which is better than a single string. PR-URL: #17145 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
|
Landed in 0a948b9 |
The `expected` argument of `ERR_INVALID_ARG_TYPE` can be an array, which is better than a single string. PR-URL: #17145 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
The `expected` argument of `ERR_INVALID_ARG_TYPE` can be an array, which is better than a single string. PR-URL: #17145 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
|
Should this have been My apologies if I am mistaken. Please adjust lts labels as appropriate |
|
@MylesBorins The error message prior to the changed one was |
The
expectedargument ofERR_INVALID_ARG_TYPEcan be an array, which is better than a single string.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
stream