Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Mar 8, 2010
1 parent dcc187f commit ac2e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv.js
Expand Up @@ -153,7 +153,7 @@ exports.each = function (filename, options) {
emit_row(buffer);
}
fs.close(fd);
stream.emit("complete")
stream.emit("end")
}
}
});
Expand Down

0 comments on commit ac2e136

Please sign in to comment.