Skip to content

Commit a99c68d

Browse files
Merge pull request #55045 from nextcloud/carl/profiler-output-stderr
feat(console): Move profiler output message to stderr
2 parents 7b85dac + 1b3868a commit a99c68d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function exceptionHandler($exception) {
105105
'profiler' => 'db',
106106
'token' => $profile->getToken(),
107107
]);
108-
$output->writeln('Profiler output available at ' . $url);
108+
$output->getErrorOutput()->writeln('Profiler output available at ' . $url, );
109109
}
110110

111111
if ($exitCode > 255) {

0 commit comments

Comments
 (0)