Open vedantroy opened 3 years ago
Hey.
The provided logger uses the log crate, which doesn't print anything by default.
You will have to enable a logging backend.
env-logger is a popular choice.
We should probably add a full example that demonstrates logging.
Using
and later I evaluate some code that uses
console.log
, the code will run but nothing will be printed.