mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Added printing exception on error
This commit is contained in:
parent
b04e13aa4b
commit
c632b207f9
1 changed files with 1 additions and 0 deletions
|
|
@ -1227,6 +1227,7 @@ public class MageServerImpl implements MageServer {
|
|||
try {
|
||||
return action.execute();
|
||||
} catch (Exception ex) {
|
||||
logger.error(ex, ex);
|
||||
handleException(ex);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue