Open rdw-software opened 3 years ago
We currently call console.log methods through a basic wrapper functions, polluting the stack trace. In order to fix this, binding the underlying console object to the new logging function can be employed.
console
See here for an example.
We currently call console.log methods through a basic wrapper functions, polluting the stack trace. In order to fix this, binding the underlying
console
object to the new logging function can be employed.See here for an example.