| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
LGTM, but maybe we should truncate the stack trace earlier than we currently are (move the <etc.> up and drop some additional frames). Keeping the stack trace up to date seems like it could become a bother. |
Sorry, something went wrong.
|
Nice. LGTM. |
Sorry, something went wrong.
|
+1 that's better. LGTM |
Sorry, something went wrong.
Update the error stack printed in the default callback example in the fs doc, matching the latest lib/fs.js. Truncates the stack to make it easier to update in the future. PR-URL: #6617 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Update the error stack printed in the default callback example in the fs doc, matching the latest lib/fs.js. Truncates the stack to make it easier to update in the future. PR-URL: #6617 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Description of change
Update the error stack printed in the default callback example, matching the latest lib/fs.js.