Skip to content

Commit

Permalink
Merge 75c47cd into 944638f
Browse files Browse the repository at this point in the history
  • Loading branch information
vartanbeno committed May 23, 2019
2 parents 944638f + 75c47cd commit e4dd509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ export class Client {
err = caught;
}

err.message = [
'JSON-IPC Client Exception:',
err.message || 'unable to call remote method'].join(':');
err.message = err.message || 'unable to call remote method';
err.path = self.path;

// ensure the socket is closed
Expand Down

0 comments on commit e4dd509

Please sign in to comment.