Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
liftup
/
lib
/
silent_require.js
blob: 68c4864d9fc81e0dd36cdb4c93073e99fe44ab2a [
file
] [
log
] [
blame
]
module
.
exports
=
function
(
path
)
{
try
{
return
require
(
path
);
}
catch
(
e
)
{}
};