This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
1-4-x
electron
/
spec
/
fixtures
/
module
/
rejected-promise.js
6 lines
109 B
JavaScript
Raw
Permalink
Blame
History
exports
.
reject
=
function
(
promise
)
{
return
promise
.
then
(
function
(
)
{
throw
Error
(
'rejected'
)
}
)
}
View Git Blame
Copy Permalink