- If `typeTransform(Type)` fails then the debug text should be in the error coloring
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-17 16:31:49 +02:00
parent 8a11eabd96
commit a42ec98625
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public final class DCodeEmitter : CodeEmitter
// return "KAK TODO";
}
gprintln("Type transform unimplemented");
gprintln("Type transform unimplemented", DebugType.ERROR);
assert(false);
// return stringRepr;
}