1
0
Fork 0

fix bracket type

This commit is contained in:
Wilfried Goesgens 2017-04-05 17:01:30 +02:00
parent 8d01619589
commit e77f9ed3e7
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function main(argv) {
}
}
if (argv.hasOwnProperty('testOutput')} {
if (argv.hasOwnProperty('testOutput')) {
testOutputDirectory = argv.testOutput;
} else {
testOutputDirectory = 'out';