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 1dafa98 commit a5eb812Copy full SHA for a5eb812
bin/rector.php
@@ -147,7 +147,7 @@ public function loadIfExistsAndNotLoadedYet(string $filePath): void
147
// report fatal errors in console format
148
$symfonyStyleFactory = new SymfonyStyleFactory(new PrivatesAccessor());
149
$symfonyStyle = $symfonyStyleFactory->create();
150
- $symfonyStyle->error($throwable->getMessage());
+ $symfonyStyle->error(str_replace("\r\n", "\n", $throwable->getMessage()));
151
}
152
153
exit(Command::FAILURE);
0 commit comments