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
When using Kotlin/JS in the browser, the console output hides the true location of the logged line and always outputs: ConsoleOutputAppender.kt:8 INFO: [] Log test!
I know this is how browser console works, and I have tried various ways to mitigate it (like inlining) but have not found a way to fix this.
Does any one know a hack around this, or am I using the library wrong?
The text was updated successfully, but these errors were encountered:
When using Kotlin/JS in the browser, the console output hides the true location of the logged line and always outputs:
ConsoleOutputAppender.kt:8 INFO: [] Log test!
I know this is how browser console works, and I have tried various ways to mitigate it (like inlining) but have not found a way to fix this.
Does any one know a hack around this, or am I using the library wrong?
The text was updated successfully, but these errors were encountered: