Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var sys = require("sys"), b;
  2.  
  3. b = process.binding('signal_watcher');
  4. (function () {
  5. var w = new b.SignalWatcher(process["SIGINT"]);
  6. w.stop();
  7. })();
  8.  
  9. setInterval(function() { sys.puts("noop"); }, 1000);
Add Comment
Please, Sign In to add comment