Skip to content

Commit

Permalink
fix detection of cmd line Vs interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 11, 2024
1 parent 083fc98 commit d215396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PharoLauncher-Spec2/PhLDeploymentScript.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ PhLDeploymentScript class >> isDeployed [
PhLDeploymentScript class >> launcherStartUp [
self isDeployed ifFalse: [ ^ self ].

Smalltalk isInteractive
Smalltalk isInteractiveGraphic
ifTrue: [ self closeWindowsAndOpenLauncher ]
ifFalse: [ PharoLauncherApplication default: PhLNotificationCenter default ]
]
Expand Down

0 comments on commit d215396

Please sign in to comment.