File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ apt-get update; apt-get install -y yarnpkg
3434yarnpkg install
3535ls -atrl node_modules
3636ls -atrl public
37+ ls -atrl public/mathjaxfonts
3738cd ..
3839section_end
3940
Original file line number Diff line number Diff 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 . "with filepath: " . $ filepath . " and " . $ $ publicPath );
1572+ throw new BadRequestHttpException ("Could not find (symlinked) file: " . $ file . " and " . $ publicPath );
15731573 }
15741574 if (!str_starts_with ($ filepath , $ publicPath ) &&
15751575 !str_starts_with ($ filepath , $ this ->vendorDir )
You can’t perform that action at this time.
0 commit comments