We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ed0ae commit 581ae85Copy full SHA for 581ae85
src/Terremoth/Async/File.php
@@ -26,6 +26,6 @@ public function run(): int
26
}
27
28
$process = new SymfonyProcess($template);
29
- return $process->run();
+ return $process->start();
30
31
0 commit comments