mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Clear Fernflower context after decompiling (#760)
This commit is contained in:
@@ -61,6 +61,11 @@ public final class FabricFernFlowerDecompiler implements LoomDecompiler {
|
||||
}
|
||||
|
||||
ff.addSource(compiledJar.toFile());
|
||||
ff.decompileContext();
|
||||
|
||||
try {
|
||||
ff.decompileContext();
|
||||
} finally {
|
||||
ff.clearContext();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user