fla text export fix

This commit is contained in:
2016-03-07 08:53:27 +01:00
parent 2cef32100f
commit 3ecff9feaa
2 changed files with 9 additions and 2 deletions
@@ -1507,7 +1507,7 @@ public class XFLConverter {
break;
}
} catch (IOException ex) {
} catch (IOException | ArrayIndexOutOfBoundsException ex) {
logger.log(Level.SEVERE, null, ex);
}
}