Home
last modified time | relevance | path

Searched refs:procInterupt (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-lifecycle/
Dindex.js344 process.once('SIGINT', procInterupt)
365 process.removeListener('SIGTERM', procInterupt)
367 process.removeListener('SIGINT', procInterupt)
373 function procInterupt () { function