This commit is contained in:
Jindra Petřík
2015-04-05 22:28:20 +02:00
parent 12bbb13497
commit ad72c34f36

View File

@@ -1630,7 +1630,7 @@ public class CommandLineArgumentParser {
}
try {
pack.abc.replaceSciptPack(pack, as);
pack.abc.replaceScriptPack(pack, as);
} catch (AVM2ParseException ex) {
System.err.println("%error% on line %line%".replace("%error%", ex.text).replace("%line%", Long.toString(ex.line)));
System.exit(1);