Skip to content

Commit

Permalink
Fixing recursion stopper.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jun 4, 2020
1 parent e46fb2f commit cac8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/RecursionStopper.class.st
Expand Up @@ -29,7 +29,7 @@ RecursionStopper class >> default [
RecursionStopper class >> during: aBlock [
<debuggerCompleteToSender>
self default
stopMethod: thisContext sender method
stopMethod: thisContext sender method method
during: aBlock
]

Expand Down

0 comments on commit cac8b04

Please sign in to comment.