AriaMinaei / pretty-error

See node.js errors with less clutter
MIT License
1.52k stars 48 forks source link

PrettyError reneder adds extra \n #27

Closed reggi closed 9 years ago

reggi commented 9 years ago

Is there a way to prevent the render from adding a \n?

AriaMinaei commented 9 years ago

This is probably because of a bottom margin on the last trace line. Fixing it would require adding pseudo-selectors to the style engine. But I think that would be an overkill since this is imho a trivial issue.

But I could be wrong, so, let me know if you think this issue is more important than I think.

reggi commented 9 years ago

Nope, thanks.