Skip to content

Commit e278398

Browse files
committed
small fix in watch
1 parent f5eebdc commit e278398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Output/ConsoleOutput.php

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public function watch(
9292
return;
9393
}
9494

95+
$sectionName = $sectionName ?? uniqid();
96+
9597
while ($this->infiniteLoop()) {
9698
$this->section($sectionName)
9799
->render($render);

0 commit comments

Comments
 (0)