Giuseppe Barbieri
05/04/2024, 8:21 AMstandardOutput = ByteArrayOutputStream()
ext.output = {
return standardOutput.toString()
}
}
what's the correct translation? Because I guess the output
is a lambda and then lazy, or?Giuseppe Barbieri
05/04/2024, 11:36 PMext.set("output", { standardOutput.toString() })