[jOOQ/jOOQ#11101] Misleading error message when something goes wrong in the code generator
This commit is contained in:
parent
df2f737a7f
commit
c254373003
@ -200,7 +200,7 @@ public class GenerationTool {
|
||||
generate(configuration);
|
||||
}
|
||||
catch (Exception e) {
|
||||
log.error("Cannot read " + file + ". Error : " + e.getMessage(), e);
|
||||
log.error("Error in file: " + file + ". Error : " + e.getMessage(), e);
|
||||
|
||||
System.exit(-1);
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user