Skip to content

Commit e8a84b4

Browse files
committed
updating PS->run() to PS->spawn()
1 parent 2c6a36f commit e8a84b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Console/Commands/WatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function run() {
5454
// collect any processes that might be related to watch (e.g. reload). spawn them.
5555
if (!Console::findCommandOption("no-procs")) {
5656
$process = new ProcessSpawner;
57-
$process->run();
57+
$process->spawn();
5858
}
5959

6060
// load the generator

0 commit comments

Comments
 (0)