Skip to content

Commit

Permalink
refacto try catch batch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Jul 11, 2024
1 parent 43f2231 commit 900f39e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,9 @@ public void run(String... args) {
}
}catch(Exception e){
log.error(e.toString());
}
if(args.length > 0) {
System.exit(1);
}else{
log.info("Launching Kraftwerk in API mode...");
}
log.info("Launching Kraftwerk in API mode...");
}

/**
Expand Down

0 comments on commit 900f39e

Please sign in to comment.