Skip to content

Commit

Permalink
Oups :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet committed Feb 13, 2014
1 parent 952b641 commit f09ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inputs/input_file.js
Expand Up @@ -65,7 +65,7 @@ InputFile.prototype.monitorFile = function(dir, filename, start_index) {
if (err) {
this.emit('error', err);
}
}, start_index);
}.bind(this), start_index);

};

Expand Down

0 comments on commit f09ee5b

Please sign in to comment.