зеркало из https://github.com/electron/electron.git
7 строки
120 B
JavaScript
7 строки
120 B
JavaScript
|
process.on('uncaughtException', function(err) {
|
||
|
process.send(err.message);
|
||
|
});
|
||
|
|
||
|
require('runas');
|
||
|
process.send('ok');
|