Browse Source

test

all-modes
Satinder Grewal 8 years ago
parent
commit
c0e7985cac
  1. 2
      routes/shepherd.js

2
routes/shepherd.js

@ -1744,6 +1744,8 @@ function getConf(flock) {
var DaemonConfPath = komodoDir;
if (os.platform() === 'win32') {
DaemonConfPath = path.normalize(DaemonConfPath);
console.log('===>>> SHEPHERD API OUTPUT ===>>>');
console.log(DaemonConfPath);
}
break;
case 'zcashd':

Loading…
Cancel
Save