Skip to content

Commit

Permalink
Fix handling of Exit because in GS64 is subclass of Error
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 20, 2023
1 parent 75da14f commit d1438b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ReleasedApplicationMode >> isDebugMode [
{ #category : #utilities }
ReleasedApplicationMode >> value: aBlock onErrorDo: errorHandler [

^ aBlock on: Error do: errorHandler
^ aBlock on: Error except: Exit do: errorHandler
]

0 comments on commit d1438b2

Please sign in to comment.