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 50af4f9 commit 8e6e09eCopy full SHA for 8e6e09e
1 file changed
src/Service/ThemeBuilder/HyvaThemes/Builder.php
@@ -270,7 +270,7 @@ public function watch(
270
$process->setTty(true);
271
} catch (\RuntimeException $exception) {
272
if ($isVerbose) {
273
- $io->warning('TTY is not supported in this environment; ' . 'continuing without TTY.');
+ $io->warning('TTY is not supported in this environment; continuing without TTY.');
274
}
275
276
0 commit comments