1
0
Fork 0

printing issues fixed

This commit is contained in:
a-brandt 2012-11-19 15:20:34 +01:00
parent b2e1b97b8c
commit 78aacd35da
1 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@
}
if (internal.COLOR_OUTPUT) {
internal.output(internal.COLOR_OUTPUT_DEFAULT);
internal.output(internal.COLOR_OUTPUT_RESET);
}
@ -291,7 +292,7 @@
internal.printIndent(level);
internal.output(" }");
internal.output("}");
};
////////////////////////////////////////////////////////////////////////////////