Skip to content

Commit

Permalink
Change exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Apr 27, 2020
1 parent fcc79cf commit c2edfcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ task collectScreenshots {
main = className
jvmArgs += "-DtakeScreenshot=true"
jvmArgs += "-DscreenshotPath=${sub.name}/images/${className}.png"
jvmArgs += "-Dorg.openrndr.exceptions=JVM"
executable = "./build-tools/xvfb-java.sh"
}
} catch (e) {
Expand Down

0 comments on commit c2edfcc

Please sign in to comment.