mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add print stack trace and exception message
This commit is contained in:
@ -887,7 +887,8 @@ public class QInstanceValidator
|
||||
//////////////////////////////////////////
|
||||
// otherwise, just append the exception //
|
||||
//////////////////////////////////////////
|
||||
errors.add(prefix + ": " + e);
|
||||
e.printStackTrace();
|
||||
errors.add(prefix + ": " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user