Fixing [1191764e94] on Fossil main repo, which

required a minor fix in the Links objects.
Really pleased about how can I evolve the STON
notebook format dynamically.
This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-04-07 17:57:57 +00:00 committed by SantiagoBragagnolo
parent 07576276e3
commit b65d1bdbb0
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ GrafoscopioNode >> key: aUniqueKey [
{ #category : #accessing }
GrafoscopioNode >> lastLink [
links ifNil: [ ^ '' ].
links ifEmpty: [ ^ '' ].
^ links last
]