This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
82924679fe
electron
/
spec-main
/
fixtures
/
module
/
exception.js
4 lines
54 B
JavaScript
Raw
Normal View
History
Unescape
Escape
handle remote exception (#12694) * 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
2018-04-24 12:40:19 +00:00
module
.
exports
=
function
(
error
)
{
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
throw
error
;
}
;
Reference in a new issue
Copy permalink