mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
feat(console): Move profiler output message to stderr
So that this doesn't impact the performance github action. Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
parent
7b85dacfd5
commit
1b3868a499
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ try {
|
|||
'profiler' => 'db',
|
||||
'token' => $profile->getToken(),
|
||||
]);
|
||||
$output->writeln('Profiler output available at ' . $url);
|
||||
$output->getErrorOutput()->writeln('Profiler output available at ' . $url, );
|
||||
}
|
||||
|
||||
if ($exitCode > 255) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue