mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
74ccfb2fb3
|
@ -529,8 +529,8 @@ function runArangoDumpRestore (options, instanceInfo, which, database, rootDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(options.extremeVerbosity === true){
|
if(options.extremeVerbosity === true){
|
||||||
print(exe)
|
print(exe);
|
||||||
print(args)
|
print(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
return executeAndWait(exe, toArgv(args), options, 'arangorestore', instanceInfo.rootDir);
|
return executeAndWait(exe, toArgv(args), options, 'arangorestore', instanceInfo.rootDir);
|
||||||
|
|
Loading…
Reference in New Issue