We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8853907 commit 16c57ecCopy full SHA for 16c57ec
src/NewTools-MethodBrowsers/StMessageBrowser.class.st
@@ -518,11 +518,7 @@ StMessageBrowser >> messages [
518
{ #category : 'api' }
519
StMessageBrowser >> messages: aCollection [
520
521
- aCollection isArray ifTrue: [
522
- Stdio stdout
523
- nextPutAll: thisContext shortStack;
524
- crlf ].
525
- messageList messages: aCollection.
+ messageList messages: aCollection asOrderedCollection.
526
self toolbarPresenter updatePresenter
527
]
528
0 commit comments