Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #307 from Medium/nick-file
Browse files Browse the repository at this point in the history
remove a dangling fs.open
  • Loading branch information
nicks committed Mar 3, 2015
2 parents 46ae2e1 + d3f2b52 commit 096eeba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ function requestBinary(requestOptions, filePath) {
var count = 0
var notifiedCount = 0
var writePath = filePath + '-download-' + Date.now()
var outFile = fs.openSync(writePath, 'w')

console.log('Receiving...')
var bar = null
Expand Down

0 comments on commit 096eeba

Please sign in to comment.