Skip to content

Commit

Permalink
(bluefox) remove let
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 24, 2016
1 parent 2a588ed commit 2030697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/heap-test-coils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const client = modbus.client.tcp.complete({
client.connect()

client.on('connect', function () {
for (let i = 1; i < 1e5; i++) {
for (var i = 1; i < 1e5; i++) {
client.readCoils(0, 13)
}

Expand Down

0 comments on commit 2030697

Please sign in to comment.