Fix bug for completing entry with parameters in SentinelResourceAspect

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2019-03-26 12:53:39 +08:00
parent 1d0b5fae6a
commit 53a4e16144
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class SentinelResourceAspect extends AbstractSentinelAspectSupport {
throw ex;
} finally {
if (entry != null) {
entry.exit();
entry.exit(1, pjp.getArgs());
}
}
}