This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
bxf
/
ducha-qianduan
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
3218c5aae3
Haarat
Tagit
master
ducha-qianduan
/
node_modules
/
core-js-pure
/
internals
/
fails.js
fails.js
108 B
Historia
Raaka
1
2
3
4
5
6
7
module.exports = function (exec) {
try {
return !!exec();
} catch (error) {
return true;
}
};