Skip to content

Commit

Permalink
fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
dciccale committed Nov 16, 2015
1 parent 02896bb commit c549fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Parser(options) {
// Set our log file as a writestream variable with the 'a' flag
this.listFile = fs.createWriteStream(this.options.list, {
flags: 'a',
encoding: 'encoding',
encoding: 'utf8',
mode: parseInt('744', 8)
});
}
Expand Down

0 comments on commit c549fd1

Please sign in to comment.