Add printStackTrace to see why screenshots fail

This commit is contained in:
Edwin Jakobs
2020-05-24 19:35:31 +02:00
parent 115b81d661
commit 846c080c60

View File

@@ -202,7 +202,7 @@ task collectScreenshots {
}
runDemos.add(klassName)
} catch (e) {
// skip?
e.printStackTrace()
}
}
}