Skip to content

Commit

Permalink
Integrating Oups in Context
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCostiou committed Aug 24, 2020
1 parent ee4edf0 commit a6dc513
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Kernel/Context.class.st
Expand Up @@ -406,12 +406,12 @@ Context >> canHandleSignal: exception [

{ #category : #'private-exceptions' }
Context >> cannotReturn: result [

closureOrNil ifNotNil: [
^BlockCannotReturn result: result from: self home].
Processor activeProcess
debug: thisContext
title: 'computation has been terminated'

^ BlockCannotReturn result: result from: self home ].
(OupsDebugRequest newForContext: thisContext)
label: 'computation has been terminated';
submit
]

{ #category : #private }
Expand Down

0 comments on commit a6dc513

Please sign in to comment.