Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vogler/free-games-claimer
/ sigint-enquirer-raw.js
File
sigint-enquirer-raw.js
test/sigint-enquirer-raw.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// https://github.com/enquirer/enquirer/issues/372
2
import
{ prompt } from
'../src/util.js'
;
3
4
const
handleSIGINT = () => process.on(
'SIGINT'
, () => {
// e.g. when killed by Ctrl-C
Callers
nothing calls this directly
Calls
3
prompt
Function · 0.90
onRawSIGINT
Function · 0.85
handleSIGINT
Function · 0.70
Tested by
no test coverage detected