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; var DaemonConfPath = komodoDir;
if (os.platform() === 'win32') { if (os.platform() === 'win32') {
DaemonConfPath = path.normalize(DaemonConfPath); DaemonConfPath = path.normalize(DaemonConfPath);
console.log('===>>> SHEPHERD API OUTPUT ===>>>');
console.log(DaemonConfPath);
} }
break; break;
case 'zcashd': case 'zcashd':

Loading…
Cancel
Save