Skip to content

Instantly share code, notes, and snippets.

@geNAZt
Created January 25, 2013 20:22
Show Gist options
  • Save geNAZt/4637511 to your computer and use it in GitHub Desktop.
Save geNAZt/4637511 to your computer and use it in GitHub Desktop.
function setFileStream(stream) {
var fileWriteStream = fs.createWriteStream(stream.meta.file, {encoding: 'binary'});
stream.pipe(fileWriteStream);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment