diff --git a/lib/Command/Export.php b/lib/Command/Export.php index 5dde81b4..55458d65 100644 --- a/lib/Command/Export.php +++ b/lib/Command/Export.php @@ -212,7 +212,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $io->writeln("Export saved in $folder/$exportName.zip"); } catch (\Exception $e) { if ($io->isDebug()) { - $io->error($e->getTrace()); + $io->error($e->getTraceAsString()); } $io->error($e->getMessage()); return $e->getCode() !== 0 ? (int)$e->getCode() : 1;