Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
themusicgod1
/
electron
Suivre
0
Voter
0
Fork
1
Fichiers
Tickets
2
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
electron
/
spec
/
fixtures
/
module
/
rejected-promise.js
rejected-promise.js
109 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
exports.reject = function (promise) {
return promise.then(function () {
throw Error('rejected')
})
}