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