Skip to content

Commit 581ae85

Browse files
authored
Update File.php
1 parent 35ed0ae commit 581ae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terremoth/Async/File.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public function run(): int
2626
}
2727

2828
$process = new SymfonyProcess($template);
29-
return $process->run();
29+
return $process->start();
3030
}
3131
}

0 commit comments

Comments
 (0)