Skip to content

Commit 9053fef

Browse files
author
aless.hosry
committed
remove halt from the debugger #macth:withContext: method
1 parent 4a1c41f commit 9053fef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MoTion/MatcherDebug.class.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ MatcherDebug >> isCollectionMatcher [
2020
]
2121

2222
{ #category : 'matching' }
23-
MatcherDebug >> match: anObject withContext: aMatchingContext [
24-
self halt.
23+
MatcherDebug >> match: anObject withContext: aMatchingContext [
2524
^ innerMatcher match: anObject withContext: aMatchingContext
2625
]
2726

0 commit comments

Comments
 (0)