From 487aa4ce7e18d5e1d1a60985d97c32e0e96f3cd2 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:34:21 -0700 Subject: [PATCH] who knows --- app/nose/bin/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nose/bin/update.ts b/app/nose/bin/update.ts index f36e2a3..23715ea 100644 --- a/app/nose/bin/update.ts +++ b/app/nose/bin/update.ts @@ -13,7 +13,7 @@ export default async function () { if (/up to date/.test(out)) { return "Up to date." } else { - setTimeout(() => process.exit(), 500) + setTimeout(() => process.exit(), 1000) return { text: "Reloading in 3 seconds...", script: `setTimeout(() => (window as any).location = window.location, 3000)`