mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
oops
This commit is contained in:
@@ -31,8 +31,8 @@ void SigintWatcher::install()
|
||||
if (m_waiting.test_and_set()) {
|
||||
m_waiting.clear();
|
||||
if (!signalAll()) {
|
||||
Bun__onPosixSignal(SIGINT);
|
||||
}
|
||||
Bun__onPosixSignal(SIGINT);
|
||||
} else {
|
||||
m_waiting.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user