diff --git a/framework/src/source/Rooibos.bs b/framework/src/source/Rooibos.bs index 91c0824..2853a4a 100644 --- a/framework/src/source/Rooibos.bs +++ b/framework/src/source/Rooibos.bs @@ -36,6 +36,9 @@ namespace rooibos ? "keepAppOpen is false; exiting Rooibos" ' End statement will also exit the caller of this function ' leading to an instant exit of the application + + ' Give the io port time to finish sending all the logs + sleep(200) end end if end if @@ -91,4 +94,4 @@ namespace rooibos return 0 end function -end namespace \ No newline at end of file +end namespace