Skip to content

Commit

Permalink
fixed unescaped '
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Nov 24, 2012
1 parent d1fb663 commit 6dd6ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,7 +162,7 @@ form.on('file', function (key, formFile) {
// Also note that some of the properties are added just before the `end` event fires.
formFile.lastModifiedDate = metadata.lastModifiedDate;
if (!formFile.sha1 === metadata.sha1) {
console.error('Oh No! The sha1 sums don't match!');
console.error("Oh No! The sha1 sums don't match!");
}
console.log(key, JSON.stringify(formFile));
});
Expand Down

0 comments on commit 6dd6ea7

Please sign in to comment.