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:
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
RENDER()
|
||||
{
|
||||
|
||||
DTree t;
|
||||
|
||||
echo(json_encode(t));
|
||||
|
||||
echo(string("PATH: ") + context->server->config.COMPILER_SYS_PATH + "\n");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user