Skip to content

Commit 583a723

Browse files
committed
ignore dev environment and print error
1 parent 6cafca0 commit 583a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/planets/[planet]/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function getDynamicImport(planet : Planet, isComponent : boolean = true) :
5454
? 404
5555
: 500;
5656

57-
if (dev) {
57+
if (dev || true) {
5858
console.error(status, error);
5959
}
6060
}

0 commit comments

Comments
 (0)