Skip to content

Commit

Permalink
minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Aug 17, 2012
1 parent 4da7f86 commit 2b23764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/buffered-writer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/buffered-writer.js
Expand Up @@ -14,7 +14,7 @@ var FS = require ("fs");


var Error = require ("errno-codes"); var Error = require ("errno-codes");


Error.create ("INVALID_BUFFER_SIZE", Error.getNextAvailableErrno (), Error.create (Error.getNextAvailableErrno (), "INVALID_BUFFER_SIZE",
"The buffer size must be greater than 0."); "The buffer size must be greater than 0.");


var BUFFER_SIZE = 16384; var BUFFER_SIZE = 16384;
Expand Down

0 comments on commit 2b23764

Please sign in to comment.