Skip to content

Commit

Permalink
typoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Gottfried committed Feb 19, 2020
1 parent b84d622 commit f9267ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class RequestForwarder extends Object {
try {
if (message.data instanceof Object) {
message.data = Buffer.from(message.data);
}
console.log(` :> ${digest(message.data)}]`);
req.write(message.data);
} catch(err) {
Expand Down

0 comments on commit f9267ea

Please sign in to comment.