who knows

This commit is contained in:
Chris Wanstrath 2025-09-29 18:34:21 -07:00
parent 777434389f
commit 487aa4ce7e

View File

@ -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)`