Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi committed Dec 28, 2017
1 parent f3784b3 commit abb8477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connected.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function tfinit(HOST, PORT) {
ipcon = new Tinkerforge.IPConnection();
ipcon.connect(HOST, PORT,
function (error) {
error(code);
error(error);
process.exit();
}
);
Expand Down

0 comments on commit abb8477

Please sign in to comment.