Skip to content

Commit

Permalink
fix: use strict breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Sep 4, 2016
1 parent d85f1f7 commit 52848ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/many.legacy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function gen (ks, cb) {

function check (ks, cb) {
for (var l = 0, len1 = ks.length; l < len1; l++) {
key = ks[l]
let key = ks[l]
n++
c.get(key, (err, res) => {
if (err) {
Expand Down

0 comments on commit 52848ff

Please sign in to comment.