Skip to content

Commit

Permalink
Debugger: don't render bar after dispatching assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 10, 2021
1 parent 8122852 commit b715d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tracy/Debugger/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public static function dispatch(): void
}

if (self::getBar()->dispatchAssets()) {
self::$showBar = false;
exit;
}
}
Expand Down

0 comments on commit b715d2e

Please sign in to comment.