Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

7 lines
99 B
JavaScript

module.exports = function(exec){
try {
return !!exec();
} catch(e){
return true;
}
};