NX01: Minimal split of fault and zillala sitra reporting code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s
This commit is contained in:
parent
35d913d6bb
commit
99bf95a82a
9 changed files with 75 additions and 29 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue