mirror of https://gitee.com/bigwinds/arangodb
Make clearFailAt always available again, not only in Maintainer-mode
This commit is contained in:
parent
aa1b1f499a
commit
8f0de79d18
|
@ -1273,9 +1273,7 @@ bool ApplicationV8::prepareV8Instance(size_t i, bool useActions) {
|
|||
TRI_InitV8Buffer(isolate, localContext);
|
||||
TRI_InitV8Conversions(localContext);
|
||||
TRI_InitV8Utils(isolate, localContext, _startupPath, modulesPath);
|
||||
#ifdef TRI_ENABLE_FAILURE_TESTS
|
||||
TRI_InitV8DebugUtils(isolate, localContext, _startupPath, modulesPath);
|
||||
#endif
|
||||
TRI_InitV8Shell(isolate, localContext);
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue