polserver/testsuite/pol/testpkgs/debugger/cleanup.src
turleypol 3bf1af9892
Updated fmt lib to latest release, fixed unreachable code warnings (#786)
* updated fmt to 11.2.0
compile on windows with utf8 activated
added missing include

* fixed unreachable code warnings
mostly constexpr if statements

* removed forloop since it triggers unreachable code warning when it
breaks always after first iteration.

* delay debugger testscript end

* removed fmt lib from repo and download from github
2025-06-24 19:53:21 +02:00

3 lines
74 B
Text

use os;
// delay next teetscript until client is disconnected
sleep( 2 );