Skip to content

Commit

Permalink
fixed notification
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 57811fd commit 2b76335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/OpenPonk-Core/OPStonDiagramSerializer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OPStonDiagramSerializer >> elementsByIdsOf: aModel [
innerElements := OPNavigatorAdapters new allChildrenFor: aModel.
allElements := innerElements asArray copyWith: aModel.
Notification signal: 'Elements: ' , allElements size asString.
^ (allElements withIndexCollect: [ :index :each |
^ (allElements withIndexCollect: [ :each :index |
Notification signal:
'E ' , index asString , ': ' , each uuid asString , '->'
, each asString.
Expand Down

0 comments on commit 2b76335

Please sign in to comment.