[+] alsoEval option

This commit is contained in:
Reece Wilson 2023-08-30 13:42:25 +01:00
parent ef1d2633e5
commit 4f5e0b4b54

View File

@ -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)