Change exception handler

This commit is contained in:
Edwin Jakobs
2020-04-27 11:19:19 +02:00
parent fcc79cf8de
commit c2edfccff9

View File

@@ -155,6 +155,7 @@ task collectScreenshots {
main = className main = className
jvmArgs += "-DtakeScreenshot=true" jvmArgs += "-DtakeScreenshot=true"
jvmArgs += "-DscreenshotPath=${sub.name}/images/${className}.png" jvmArgs += "-DscreenshotPath=${sub.name}/images/${className}.png"
jvmArgs += "-Dorg.openrndr.exceptions=JVM"
executable = "./build-tools/xvfb-java.sh" executable = "./build-tools/xvfb-java.sh"
} }
} catch (e) { } catch (e) {