mirror of https://gitee.com/bigwinds/arangodb
aranqo quiet
This commit is contained in:
parent
2e0edb9a79
commit
81edb0ec0a
|
@ -485,6 +485,9 @@ function require (path) {
|
|||
return module.require(path);
|
||||
}
|
||||
|
||||
function ARANGO_QUIET (path) {
|
||||
return false;
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue