Skip to content

Commit 8b5974e

Browse files
committed
..
1 parent 7806aaa commit 8b5974e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/polling-live/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ export default function usePollingLive({ config: { defaultInterval = 1000 } = {}
7777
stop.then(() => {
7878
finished = true
7979
})
80-
globalThis.process?.on('SIGINT', () => {
81-
finished = true
82-
})
83-
globalThis.process?.on('SIGTERM', () => {
84-
finished = true
85-
})
8680
}) as any,
8781
)
8882
}

0 commit comments

Comments
 (0)