mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:41:53 +00:00
combine push method fixed
This commit is contained in:
@@ -97,6 +97,7 @@ public class ActionDefineFunction extends Action implements GraphSourceItemConta
|
||||
|
||||
baos2.write(surroundWithAction(baos.toByteArray(), version));
|
||||
} catch (IOException e) {
|
||||
throw new Error("This should never happen.", e);
|
||||
}
|
||||
return baos2.toByteArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user