Blog |

Prettier Node.js stack traces

Prettier Node.js stack traces
Table of Contents

Small tweak of the day: we now render Node.js stack traces to look more like they do via
console.log(err.stack). We also fixed an issue where the context lines would appear indented at
random levels.

Before:

After: