mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 19:50:54 +00:00
fla text export fix
This commit is contained in:
@@ -1507,7 +1507,7 @@ public class XFLConverter {
|
||||
break;
|
||||
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
} catch (IOException | ArrayIndexOutOfBoundsException ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user