Skip to content

Commit eafcb3a

Browse files
Merge branch '9.4' into master
2 parents 0b40958 + 0b2fe3c commit eafcb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ private function migrateConfiguration(string $filename): void
818818

819819
print 'Migrated configuration: ' . $filename . PHP_EOL;
820820
} catch (Throwable $t) {
821-
print 'Migration failed' . PHP_EOL;
821+
print 'Migration failed: ' . $t->getMessage() . PHP_EOL;
822822

823823
exit(TestRunner::EXCEPTION_EXIT);
824824
}

0 commit comments

Comments
 (0)