Skip to content

Commit 2fc1fae

Browse files
committed
chore: verbose debugging
1 parent a0adfd1 commit 2fc1fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/[...path].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineEventHandler(async (event) => {
2424

2525
try {
2626
const projectId = parseUrl(stackblitzUrl)
27-
const blob = await downloadToBlob({ projectId })
27+
const blob = await downloadToBlob({ projectId, verbose: true })
2828

2929
// Set headers for file download
3030
event.res.headers.set('Content-Type', 'application/zip')

0 commit comments

Comments
 (0)