mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
0aa639c7e0
commit
50ac6737a2
|
@ -361,14 +361,12 @@ function checkInstanceAlive(instanceInfo, options) {
|
|||
res.gdbHint = "Run debugger with 'gdb " +
|
||||
storeArangodPath +
|
||||
" /var/tmp/core*" + instanceInfo.pid.pid + "*'";
|
||||
copy("bin/arangod", storeArangodPath);
|
||||
require("fs").copy("bin/arangod", storeArangodPath);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
else {
|
||||
return instanceInfo.kickstarter.isHealthy();
|
||||
}
|
||||
return instanceInfo.kickstarter.isHealthy();
|
||||
}
|
||||
|
||||
function shutdownInstance (instanceInfo, options) {
|
||||
|
|
Loading…
Reference in New Issue