diff --git a/Core/JSON/jsonProjectBase.lua b/Core/JSON/jsonProjectBase.lua index 43de08e..65dd56d 100644 --- a/Core/JSON/jsonProjectBase.lua +++ b/Core/JSON/jsonProjectBase.lua @@ -211,6 +211,13 @@ function JsonProcessor(info) projectHandlers.runOtherLang(this, result) otherLang.processProject(info, interface.lang) end + + if (info.options and info.options.alsoEval) then + auForEach(info.options.alsoEval, function(eval) + eval.type = "nvrgunagivuup" + projectHandlers.runProjectBlock(this, eval) + end) + end end auForEach(result.subprojs, function(subproj)