Skip to content

Commit

Permalink
remove halt
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Nov 15, 2023
1 parent 6499378 commit a30c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PharoLauncher-Core/PhLVirtualMachineManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ PhLVirtualMachineManager >> imageVersion [
[ [ self imageVersionFromFile ]
on: PhLImageVersionDeterminationError
do: [ "no version file, generate it"
[ 1 halt. self imageVersionFromFileWith: (self imageVersionCommandWithPreferences: false) ]
[ self imageVersionFromFileWith: (self imageVersionCommandWithPreferences: false) ]
on: PhLImageVersionDeterminationError, PhLProcessTimeOut
do: [ "Command probably failed, try to run without --no-default-preferences option (only available since Pharo 3.0)"
self imageVersionFromFileWith: (self imageVersionCommandWithPreferences: true) ] ] ]
Expand Down

0 comments on commit a30c015

Please sign in to comment.