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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user