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

Commit

Permalink
remove a dangling fs.open
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Santos committed Mar 3, 2015
1 parent 46ae2e1 commit d3f2b52
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 d3f2b52

Please sign in to comment.