Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support auto-expanding external logs (ie. logs coming from node modules) #3425

Open
ArtemGovorov opened this issue Nov 25, 2024 · 1 comment

Comments

@ArtemGovorov
Copy link
Member

No description provided.

@mighdoll
Copy link

I often write some custom pretty printers for particular domain objects. It'd be nice to be able to see those custom log statements quickly when iterating, but multi-line output is folded by default. A UI or config option to auto-expand would fix this.

Note that //?+ isn't a great workaround in some common cases. First you have to change pretty printing console.log to instead just produce a string, but that may not be possible if the pretty print logging code is in a package. Second, logging a multi-line string in wallaby often adds quite a bit of formatting to show + 'foo \n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants