SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.37k stars 185 forks source link

Fix issue #622. Mixin fails if `FileObject.toUri()` doesn't represent a real file. #629

Open zeichenreihe opened 1 year ago

zeichenreihe commented 1 year ago

fixed this by just putting it in a try-catch, if it fails just print the URI instead, that's good enough