mirror of https://gitee.com/bigwinds/arangodb
fixed spelling
This commit is contained in:
parent
043b0cb62f
commit
6d37c96099
|
@ -402,7 +402,7 @@ function startInstance (protocol, options, addArgs, testname) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print("up and Running in " + (time () - startTime) + " seconds");
|
print("up and running in " + (time () - startTime) + " seconds");
|
||||||
if (!options.cluster && (require("internal").platform.substr(0,3) === 'win')) {
|
if (!options.cluster && (require("internal").platform.substr(0,3) === 'win')) {
|
||||||
var procdumpArgs = [
|
var procdumpArgs = [
|
||||||
'-accepteula',
|
'-accepteula',
|
||||||
|
|
Loading…
Reference in New Issue