index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
liftoff
/
lib
/
silent_require.js
blob: 7b4dfe4e542b57ac7ba230b9ced854b799d13b29 (
plain
)
1
2
3
4
5
module
.
exports
=
function
(
path
)
{
try
{
return
require
(
path
);
}
catch
(
e
)
{}
};