Skip to content

Commit

Permalink
Pharo 9 + Seaside - Process dying on cloud instance
Browse files Browse the repository at this point in the history
Fix #9565 for Pharo 10
  • Loading branch information
astares committed Sep 17, 2021
1 parent 99cc6d9 commit 0fb9640
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/UIManager/CommandLineUIManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,13 @@ CommandLineUIManager >> exitFailure [

{ #category : #'handle debug requests' }
CommandLineUIManager >> handleDebugRequest: aDebugRequest [

self unhandledErrorDefaultAction: aDebugRequest exception

self
debugProcess: aDebugRequest process
context: aDebugRequest exception signalerContext
label: aDebugRequest exception description
fullView: false
notification: aDebugRequest exception description
]

{ #category : #'error handling' }
Expand Down

0 comments on commit 0fb9640

Please sign in to comment.