diff --git a/deploy.ts b/deploy.ts index ad4df31..0bbccf4 100644 --- a/deploy.ts +++ b/deploy.ts @@ -75,7 +75,7 @@ export function handle( client.handle(cmd, handler) } -// Hacky workaround. Timers don't exist in Deploy runtime, what a shame! +// Hacky workaround. Timers don't exist in Deploy runtime :( if (typeof (window as any).setTimeout !== 'function') { Object.defineProperty(window, 'setTimeout', {