diff --git a/render.ts b/render.ts index 289e95d..2b11b8b 100644 --- a/render.ts +++ b/render.ts @@ -18,7 +18,7 @@ export function render(c: Context, Component: VNode) { const { html, css } = extract(htmlString) // twind throws error when trying to extract if it is not installed c.res.body = `${html}` - } catch (e) { + } catch (_err) { if (c.dev) { console.warn( gray(