Skip to content

Commit

Permalink
Merge pull request #48 from zweidenker/get-rid-of-beOfType
Browse files Browse the repository at this point in the history
Moved hackUIManager back as the server needs it, too
  • Loading branch information
noha authored Mar 25, 2020
2 parents 0247a85 + 2957b4b commit 7244c1e
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 7244c1e

Please sign in to comment.