Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2024
1 parent 61ff48d commit f404d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PharoLauncher-Core/PhLImage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ PhLImage >> basicLaunchWithConfiguration: aPhLLaunchConfiguration detached: shou
| processWrapper |
processWrapper := aPhLLaunchConfiguration launchProcess.
self traceCr: 'Running: ', processWrapper commandLineString.
self traceCr: 'flush'.
shouldBeDetached
ifTrue: [ processWrapper runUnwatch ]
ifFalse: [ processWrapper runAndWait ].
Expand Down

0 comments on commit f404d35

Please sign in to comment.