We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6e09e commit 67e5dcfCopy full SHA for 67e5dcf
1 file changed
src/Service/ThemeBuilder/TailwindCSS/Builder.php
@@ -238,7 +238,7 @@ public function watch(
238
$process->setTty(true);
239
} catch (\RuntimeException $exception) {
240
if ($isVerbose) {
241
- $io->warning('TTY mode is not supported in this environment; ' . 'running watch without TTY.');
+ $io->warning('TTY mode is not supported in this environment; running watch without TTY.');
242
}
243
244
0 commit comments