style: change error color

Signed-off-by: MiaoWoo <admin@yumc.pw>
clean
MiaoWoo 2020-03-24 13:26:15 +08:00
parent 0ed3f1fbd5
commit 1ea8966f26
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class MiaoScriptConsole implements Console {
}
stack(ex: Error): string[] {
var stack = ex.getStackTrace();
var cache = [4' + ex];
var cache = [c' + ex];
//@ts-ignore
if (stack.class) {
stack = Arrays.asList(stack)