there is a problem with losing track of the server config when a unit is recompiled for a second time

This commit is contained in:
Udo Schroeter
2021-11-17 11:57:25 +01:00
parent 3749077413
commit a02370ff68
8 changed files with 47 additions and 19 deletions
+12
View File
@@ -0,0 +1,12 @@
RENDER()
{
DTree t;
echo(json_encode(t));
echo(string("PATH: ") + context->server->config.COMPILER_SYS_PATH + "\n");
}