mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* add cause property to exception in callFunction * update exceptionToMeta function * add sender argument * and cause property to return value * update exception convert in metaToValue function * add from and cause properties to the exception error * unit test for remote exception
4 lines
52 B
JavaScript
4 lines
52 B
JavaScript
module.exports = function (error) {
|
|
throw error
|
|
}
|