mirror of https://gitee.com/bigwinds/arangodb
fix js
This commit is contained in:
parent
8d01619589
commit
7514a1a1eb
|
@ -183,7 +183,7 @@ function main(argv) {
|
|||
}
|
||||
}
|
||||
|
||||
if (argv.hasOwnProperty('testOutput')} {
|
||||
if (argv.hasOwnProperty('testOutput')) {
|
||||
testOutputDirectory = argv.testOutput;
|
||||
} else {
|
||||
testOutputDirectory = 'out';
|
||||
|
|
Loading…
Reference in New Issue