mirror of https://gitee.com/bigwinds/arangodb
fixed broken sentence
This commit is contained in:
parent
7069810778
commit
a606f2b0fd
|
@ -1059,7 +1059,7 @@ function startDispatcher(instanceInfo) {
|
||||||
instanceInfo.dispatcherPid = executeExternal(cmd, toArgv(args));
|
instanceInfo.dispatcherPid = executeExternal(cmd, toArgv(args));
|
||||||
|
|
||||||
while (arango.GET("/_admin/version").error === true) {
|
while (arango.GET("/_admin/version").error === true) {
|
||||||
print("Waiting to dispatcher to appear");
|
print("Waiting for dispatcher to appear");
|
||||||
sleep(1);
|
sleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue