Skip to content

Commit

Permalink
Merge pull request #273 from georgejecook/faster-applcation-closing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Feb 13, 2024
2 parents f9c9ab8 + 98c104f commit 9471f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework/src/source/Rooibos.bs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ namespace rooibos

if runner.config.keepAppOpen = false
? "keepAppOpen is false; exiting Rooibos"
return
' End statement will also exit the caller of this function
' leading to an instant exit of the application
end
end if
end if

Expand Down

0 comments on commit 9471f48

Please sign in to comment.