Skip to content

Commit

Permalink
Merge pull request #4845 from MarcusDenker/4837-Typing-Point-in-Trans…
Browse files Browse the repository at this point in the history
…cript-raises-a-DNU-on-completion

4837-Typing-Point-in-Transcript-raises-a-DNU-on-completion
  • Loading branch information
MarcusDenker committed Oct 16, 2019
2 parents 3608f0c + 090a243 commit ff90c49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Transcript-Core/ThreadSafeTranscript.class.st
Expand Up @@ -194,6 +194,11 @@ ThreadSafeTranscript >> printOn: aStream [
aStream nextPutAll: 'Transcript'
]

{ #category : #accessing }
ThreadSafeTranscript >> selectedClassOrMetaClass [
^ nil
]

{ #category : #updating }
ThreadSafeTranscript >> shoutAboutToStyle: aPluggableShoutMorphOrView [
^ false
Expand Down

0 comments on commit ff90c49

Please sign in to comment.