1
0
Fork 0

Bump jenkins

This commit is contained in:
Andreas Streichardt 2016-12-15 10:19:02 +01:00
parent d4c50dfc8c
commit 42e58c505f
1 changed files with 1 additions and 1 deletions

View File

@ -253,5 +253,5 @@ function main(argv) {
let result = main(ARGUMENTS);
if (!result) {
// force an error in the console
throw 'peng';
throw 'peng!';
}