Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 3, 2024
1 parent 9305ed7 commit a99cdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spec2-Dialogs/SpApplication.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ SpApplication >> informUser: aString during: aBlock [
| result |

result := nil.
Job new
self jobList pushJob: (Job new
title: aString;
block: [ :job |
job min: 0; max: 100.
result := aBlock cull: job ];
run.
yourself).

^ result
]
Expand Down

0 comments on commit a99cdfd

Please sign in to comment.