NX01: Minimal split of fault and zillala sitra reporting code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s

This commit is contained in:
Willem Cazander 2026-03-24 10:56:33 +01:00
parent 35d913d6bb
commit 99bf95a82a
9 changed files with 75 additions and 29 deletions

View file

@ -69,6 +69,7 @@ import love.distributedrebirth.nx01.redsea.hyper.model.HyperFlower;
import love.distributedrebirth.nx01.redsea.hyper.model.HyperFlowerAnther;
import love.distributedrebirth.nx01.redsea.hyper.local.HyperLocalFileSystem;
import love.distributedrebirth.nx01.warp.fault.BassFaultAnchor;
import love.distributedrebirth.nx01.warp.fault.sitra.ZilLaLaManyfestoGrowlFactory;
import love.distributedrebirth.nx01.warp.manifestor.WarpManifestorDriver;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX8;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX0TheMimeType;
@ -95,7 +96,7 @@ public class Java3Seed extends PrintStream {
System.err.println(e.toString());
}
if (BassFaultAnchor.class.isAssignableFrom(e.getClass())) {
System.err.println(BassFaultAnchor.class.cast(e).toStringZilLaLa());
System.err.println(ZilLaLaManyfestoGrowlFactory..buildFaultScream(BassFaultAnchor.class.cast(e)));
}
System.exit(1);
}