Skip to content

Commit

Permalink
Merge branch 'dev-gwae'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Nazarenko committed Apr 28, 2020
2 parents c12942e + e42d90e commit 7724070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"name": "node-appctl",
"description": "NodeJS IPC Tool.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class AppctlServer {
return res
.then((response) => this.sendResponse(response, emitter))
.catch((e) => {
console.error(e);
console.error(e || `[node-appctl] Command '${command}' rejected!`);
return emitter.end();
});
}
Expand Down

0 comments on commit 7724070

Please sign in to comment.