Skip to content

Commit

Permalink
add trace
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Nov 13, 2023
1 parent 4eafacc commit e4def26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PharoLauncher-Core/PhLVirtualMachineManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ PhLVirtualMachineManager >> imageVersionFromFile [
{ #category : #accessing }
PhLVirtualMachineManager >> imageVersionFromFileWith: aPhLProcessWrapperCommand [
aPhLProcessWrapperCommand runAndWaitTimeOut: 10 seconds.
self traceCr: '***** debug image version detenmination'.
self traceCr: aPhLProcessWrapperCommand commandLineString.
self imageVersionFile
readStreamDo: [ :stream | imageVersion := stream contents asInteger asString ]
ifAbsent: [ PhLImageVersionDeterminationError signalCommand: aPhLProcessWrapperCommand printString ].
Expand Down

0 comments on commit e4def26

Please sign in to comment.