Skip to content

Commit

Permalink
Dump: Make PackageRegistrator available when error was thrown.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jan 31, 2022
1 parent f7b1dfa commit 31a78d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PackageRegistrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public static function composerPostAutoloadDump(): void
}
}
} catch (\Throwable $e) {
self::get();
trigger_error($e->getMessage());
}

Expand Down

0 comments on commit 31a78d5

Please sign in to comment.