Browse Source

update

all-modes
Satinder Grewal 8 years ago
parent
commit
f80cbbcd1b
  1. 2
      gui/EasyDEX-GUI
  2. 2
      main.js

2
gui/EasyDEX-GUI

@ -1 +1 @@
Subproject commit f9fa880e22966da80563306770392045e8eb5699
Subproject commit bb64e21c39df1a19f4d4ab0d2b47e3c83ebaccf8

2
main.js

@ -56,7 +56,7 @@ if (appConfig.killIguanaOnStart) {
exec(pkillCmd, function(error, stdout, stderr) {
console.log(pkillCmd + ' is issued');
if (error !== null) {
console.log(pkillCmd + 'exec error: ' + error);
console.log(pkillCmd + ' exec error: ' + error);
};
});
}

Loading…
Cancel
Save