Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 9b411a2

Browse files
author
Je
committed
refactor: cleanup
1 parent c691507 commit 9b411a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ export class Project {
712712
try {
713713
const resp = await fetch(dlUrl)
714714
if (resp.status != 200) {
715-
throw new Error(`${resp.status} - ${resp.statusText}`)
715+
throw new Error(`Download ${url}: ${resp.status} - ${resp.statusText}`)
716716
}
717717
if (mod.sourceType === 'js') {
718718
const t = resp.headers.get('Content-Type')

0 commit comments

Comments
 (0)