We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb0ae4 commit 66144b2Copy full SHA for 66144b2
workers/init.php
@@ -20,7 +20,7 @@
20
use PHPOpenLDAPer\LDAPEntry;
21
22
// UnityHTTPD::die() makes no output by default
23
-// builtin die() makes a return code of 0, we want nonzero
+// builtin die() makes a return code of 0, we may want nonzero
24
function _die(string $msg, int $exit_code)
25
{
26
print $msg;
0 commit comments