EVOLUTION-NINJA
Edit File: silent_require.js
module.exports = function (path) { try { return require(path); } catch (e) {} };