htmx-router
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "htmx-router", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A lightweight SSR framework with server+client islands", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -224,2 +224,4 @@ import { AssertUnreachable, ServerOnlyWarning } from "./internal/util.js"; | ||
catch (e) { | ||
if (e instanceof Response && e.headers.has("X-Caught")) | ||
return e; | ||
return await this.error(ctx, e); | ||
@@ -226,0 +228,0 @@ } |
82598
2389