We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eebdc commit e278398Copy full SHA for e278398
src/Output/ConsoleOutput.php
@@ -92,6 +92,8 @@ public function watch(
92
return;
93
}
94
95
+ $sectionName = $sectionName ?? uniqid();
96
+
97
while ($this->infiniteLoop()) {
98
$this->section($sectionName)
99
->render($render);
0 commit comments