'Node.JS killing sudo-prompt process
var sudo = require('sudo-prompt');
var options = {
name: 'testapp'
};
sudo.exec('longprocess', options);
How can I kill a process created with "sudo-prompt" module?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
