Edit File: _fails.js
module.exports = function (exec) { try { return !!exec(); } catch (e) { return true; } };
Back to File Manager