blob: 7b4dfe4e542b57ac7ba230b9ced854b799d13b29 [file] [log] [blame]
module.exports = function (path) {
try {
return require(path);
} catch (e) {}
};