This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
zhangqi
/
swOperation
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
6a3ccb94db
Větve
Značky
defaultDevelop
master
swOperation
/
node_modules
/
core-js
/
internals
/
fails.js
fails.js
108 B
Historie
Surový
1
2
3
4
5
6
7
module.exports = function (exec) {
try {
return !!exec();
} catch (error) {
return true;
}
};