You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log is a very cumbersome thing, e.g. in some scenarios it may be better to output part of the information, otherwise it will be cluttered with a lot of useless information
Agreed. Note that the above is the REPL, which doesn't use console.log for its output, even though they both end up sending their output to tjs.stdout.
Will it support colored console.log output? Using different colors for different types will make it easier to distinguish
https://github.com/ahaoboy/deno-ext/tree/main/deno-console
If someone wants to use a styled console, they can use the following code to override the original implementation
The text was updated successfully, but these errors were encountered: