stdin-discarder
Advanced tools
Comparing version
@@ -36,2 +36,3 @@ import process from 'node:process'; | ||
process.stdin.on('data', this.#handleInput); | ||
process.stdin.unref(); | ||
} | ||
@@ -38,0 +39,0 @@ |
{ | ||
"name": "stdin-discarder", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Discard stdin input except for Ctrl+C", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
4015
0.63%55
1.85%