| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Pushed a new commit to address the 80 character limit. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for working on this @narkedi! Just a small change request below.
Sorry, something went wrong.
| backtrace.stack = err.name + ': ' + err.message + | ||
| backtrace.stack.substr(backtrace.name.length); | ||
| backtrace.stack = `${err.name}: ${err.message}` + | ||
| `${backtrace.stack.substr(`${backtrace.name.length}`)}`; |
There was a problem hiding this comment.
It looks like this second line could be left as it was. Just the first line needs to be a template literal.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the review comments @apapirovski . Have made the necessary changes and did a fresh commit.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with nit addressed.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #16933 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #16933 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #16933 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
lib