Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 7411717 commit c7573f4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions repository/OpenPonk-Core/OPStonDiagramSerializer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ OPStonDiagramSerializer >> elementsByIdsFrom: elements [
SystemNotification signal: 'Elements: ' , elements size asString.
^ (elements withIndexCollect: [ :each :index |
SystemNotification signal:
'E ' , index asString , ': ' , each uuid asString , '->'
, each asString.
each uuid -> each ]) asDictionary
'Processing E ' , index asString , ': ' , each asString.
each uuid -> each.
SystemNotification signal:
'Processed E ' , index asString , ': ' , each asString ])
asDictionary
]

{ #category : 'serialize/materialize' }
Expand Down

0 comments on commit c7573f4

Please sign in to comment.