Skip to content

Commit

Permalink
minor fix on String>>,
Browse files Browse the repository at this point in the history
  • Loading branch information
tomooda committed May 28, 2024
1 parent 80fd2a7 commit 60df2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/ViennaTalk-Transpiler-Core/String.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ String >> , aString [
ifTrue: [ aString string ]
ifFalse: [ aString ].
^ [
str isViennaTracingString
str class name = #ViennaTracingString
ifTrue: [ self asViennaTracingString , aString ]
ifFalse: [ super , aString ] ]
on: Error
Expand Down

0 comments on commit 60df2fa

Please sign in to comment.