1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2017-04-27 08:54:25 +02:00
commit 74ccfb2fb3
1 changed files with 2 additions and 2 deletions

View File

@ -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);