Skip to content

Commit

Permalink
Moved hackUIManager back as the server needs it, too
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Mar 25, 2020
1 parent d4f04d7 commit 2957b4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions source/SnapDump-Core/SnapDump.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ SnapDump class >> current [
^ current
]

{ #category : #'as yet unclassified' }
SnapDump class >> hackUIManager [
UIManager compile: 'logError: anError
SnapDump current handleException: anError.
super logError: anError'
]

{ #category : #accessing }
SnapDump class >> path: aPathString [
^ self
Expand Down
7 changes: 0 additions & 7 deletions source/SnapDump-Handler/SnapDump.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ SnapDump class >> beHandler [
self deprecated: 'handlers are always present now. This call is not necessary anymore'
]

{ #category : #'*SnapDump-Handler' }
SnapDump class >> hackUIManager [
UIManager compile: 'logError: anError
SnapDump current handleException: anError.
super logError: anError'
]

{ #category : #'*SnapDump-Handler' }
SnapDump class >> handleException: exception [
^ self handler handleException: exception
Expand Down

0 comments on commit 2957b4b

Please sign in to comment.