Skip to content

Commit

Permalink
Improve script err logging [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Nov 19, 2022
1 parent fba9b64 commit 2714770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class Launcher {
}

catch( ScriptCompilationException e ) {
log.error e.message
log.error(e.message, e)
return(1)
}

Expand Down

0 comments on commit 2714770

Please sign in to comment.