Skip to content

Commit 70a54dd

Browse files
committed
Where does it fial
1 parent d7ca092 commit 70a54dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/DOMJudgeService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ public function getScoreboardZip(
15691569
foreach ($assetMatches[1] as $file) {
15701570
$filepath = realpath($publicPath . '/' . $file);
15711571
if ($filepath === false) {
1572-
throw new BadRequestHttpException("Could not find (symlinked) file: " . $file);
1572+
throw new BadRequestHttpException("Could not find (symlinked) file: " . $file . "with filepath: " . $filepath . " and " . $$publicPath);
15731573
}
15741574
if (!str_starts_with($filepath, $publicPath) &&
15751575
!str_starts_with($filepath, $this->vendorDir)

0 commit comments

Comments
 (0)