← Back
Editing: fails.js
module.exports = function (exec) { try { return !!exec(); } catch (error) { return true; } };
Save File
Cancel