Signed-off-by: Eric Zhao <sczyh16@gmail.com>master
@@ -62,7 +62,7 @@ public class SentinelResourceAspect extends AbstractSentinelAspectSupport { | |||||
throw ex; | throw ex; | ||||
} finally { | } finally { | ||||
if (entry != null) { | if (entry != null) { | ||||
entry.exit(); | |||||
entry.exit(1, pjp.getArgs()); | |||||
} | } | ||||
} | } | ||||
} | } | ||||