mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 06:35:34 +00:00
Added #2113 Commandline - allow -onerror abort argument on -importScript
This commit is contained in:
@@ -3774,6 +3774,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void scriptImported() {
|
||||
countAs2++;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void scriptImportError() {
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
List<ScriptPack> packs;
|
||||
@@ -3791,6 +3796,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void scriptImported() {
|
||||
countAs3++;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void scriptImportError() {
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user