mirror of
https://github.com/electron/electron.git
synced 2026-02-11 07:34:57 -05:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
process.on('uncaughtException', function(err) {
|
|
process.send(err.message);
|
|
});
|
|
|
|
require('int64-native');
|
|
process.send('ok');
|