Skip to content

Commit

Permalink
add command log
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2024
1 parent 94eb2f8 commit 37c5648
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 @@ -194,6 +194,7 @@ PhLImage >> basicLaunchWithConfiguration: aPhLLaunchConfiguration detached: shou

| processWrapper |
processWrapper := aPhLLaunchConfiguration launchProcess.
self traceCr: 'Running: ', processWrapper commandLineString.
shouldBeDetached
ifTrue: [ processWrapper runUnwatch ]
ifFalse: [ processWrapper runAndWait ].
Expand Down

0 comments on commit 37c5648

Please sign in to comment.