mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
UT: Path fixes for windows.
This commit is contained in:
@@ -52,7 +52,7 @@ Server.prototype.once = function (e, c) {
|
||||
};
|
||||
|
||||
Server.prototype.serverPath = function() {
|
||||
return "tmp/server/" + this.name;
|
||||
return path.resolve("tmp/server", this.name);
|
||||
};
|
||||
|
||||
Server.prototype.configPath = function() {
|
||||
|
||||
Reference in New Issue
Block a user