Anamorphosee / stacktrace-decoroutinator

Small lib for recovering stack trace in exceptions thrown in Kotlin coroutines
Apache License 2.0
158 stars 4 forks source link

Always use '/' as class path resources separator as it does not depend on OS #13

Closed veklov closed 2 years ago

veklov commented 2 years ago

The instrumentation breaks on Windows where file path separator is '\' while class path resource separator is '/' image

Anamorphosee commented 2 years ago

Thanks. Fixed in 2.3.3