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 ea130f9 commit ca294c4Copy full SHA for ca294c4
src/RoadRunner/ServerProcessInspector.php
@@ -39,7 +39,7 @@ public function reloadServer(string $basePath): void
39
{
40
$this->processFactory->createProcess([
41
'./rr', 'reset',
42
- ], $basePath, null, null, null)->run();
+ ], $basePath, null, null, null)->mustRun();
43
}
44
45
/**
0 commit comments