[+] alsoEval option
This commit is contained in:
parent
ef1d2633e5
commit
4f5e0b4b54
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user