Sha256: 45417e5db706917562b9b6305d79b731dd733fa17b87a413720d8feadf4c61ee
Contents?: true
Size: 169 Bytes
Versions: 3
Compression:
Stored size: 169 Bytes
Contents
function tmp() {} process.addListener("SIGINT", tmp); process.removeListener("SIGINT", tmp); setInterval(function () { process.stdout.write('keep alive\n'); }, 1000);
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rednode-0.1.2 | ext/node/test/fixtures/should_exit.js |
rednode-0.1.1 | ext/node/test/fixtures/should_exit.js |
rednode-0.1.0 | ext/node/test/fixtures/should_exit.js |