Skip to content

Commit

Permalink
Merge pull request #53 from ba-st/do_not_automatically_end_application
Browse files Browse the repository at this point in the history
Update default command line handler to not exit the gem unless specified by the user
  • Loading branch information
gcotelli authored Jan 9, 2024
2 parents 445ccb9 + 3b8435d commit 17dad7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/gs64/command-line-handler.tpz
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
iferror exit 1
login
doit
LaunchpadCommandLineHandler activateWith: (CommandLineArguments new copyAfter: '--')
LaunchpadCommandLineHandler activateWith: (CommandLineArguments new copyAfter: '--').
[ Delay waitForMilliseconds: 20 ] repeat.
%
exit 0

0 comments on commit 17dad7c

Please sign in to comment.