Open smcenlly opened 1 year ago
When Quokka logs a value to the console, the output is formatted to save space. For example:
This can be hard to read compared to built-in node:util.inspect():
node:util.inspect()
Feature Request is to have more options to define how to format logged values.
When Quokka logs a value to the console, the output is formatted to save space. For example:
This can be hard to read compared to built-in
node:util.inspect()
:Feature Request is to have more options to define how to format logged values.