Sign in
apache
/
couchdb-nmo
/
1.0.0
/
.
/
node_modules
/
config-chain
/
test
/
ignore-unfound-file.js
blob: d742b82ba758d5c8f963a9a2f56a741825667926 [
file
] [
log
] [
blame
]
var
cc
=
require
(
'..'
)
//should not throw
cc
(
__dirname
,
'non_existing_file'
)