Skip to content

Commit

Permalink
Do not log the missing bootstraper
Browse files Browse the repository at this point in the history
This file can be missing during changes to the installed packages while it is being recreated.

The log entry here is pointless because if the following command succeeds, then this error is not actionable. If on the other hand the file could not be created, this will cause an error plus a log entry anyway.
  • Loading branch information
dtdesign committed Nov 1, 2024
1 parent 678e6b6 commit 8d41cf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wcfsetup/install/files/lib/system/WCF.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ final protected function runBootstrappers(): void
try {
$bootstrappers = require(self::BOOTSTRAP_LOADER);
} catch (\Exception $e) {
\wcf\functions\exception\logThrowable($e);

$command = new RebuildBootstrapper();
$command();

Expand Down

0 comments on commit 8d41cf8

Please sign in to comment.