We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cafca0 commit 583a723Copy full SHA for 583a723
src/routes/planets/[planet]/+page.ts
@@ -54,7 +54,7 @@ async function getDynamicImport(planet : Planet, isComponent : boolean = true) :
54
? 404
55
: 500;
56
57
- if (dev) {
+ if (dev || true) {
58
console.error(status, error);
59
}
60
0 commit comments