We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98f410 commit 5ded013Copy full SHA for 5ded013
src/Terremoth/Async/Process.php
@@ -46,7 +46,7 @@ public function send(Closure $asyncFunction): void
46
return;
47
}
48
49
- exec(PHP_BINARY . __DIR__ . $separator . 'background_processor.php ' . $this->key .
+ exec(PHP_BINARY . ' ' . __DIR__ . $separator . 'background_processor.php ' . $this->key .
50
' > /dev/null 2>&1 &');
51
52
0 commit comments