Skip to content

Commit ca294c4

Browse files
authored
Reload must run, otherwise throw error (#178)
1 parent ea130f9 commit ca294c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RoadRunner/ServerProcessInspector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function reloadServer(string $basePath): void
3939
{
4040
$this->processFactory->createProcess([
4141
'./rr', 'reset',
42-
], $basePath, null, null, null)->run();
42+
], $basePath, null, null, null)->mustRun();
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)