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
parent 66a11cc586
commit ecd04cdd5a
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
]