There was an error while loading. Please reload this page.
1 parent d45a060 commit e1ee479Copy full SHA for e1ee479
1 file changed
Example/e2etest/scripts/local-e2e-server.ts
@@ -135,6 +135,7 @@ const server = Bun.serve({
135
136
if (url.pathname.startsWith('/artifacts/')) {
137
const filePath = safeResolve(url.pathname);
138
+ console.log(`[server] ${url.pathname} -> ${filePath}, exists: ${filePath ? fs.existsSync(filePath) : 'null'}`);
139
if (
140
!filePath ||
141
!fs.existsSync(filePath) ||
0 commit comments