Skip to content

Commit

Permalink
Merge pull request electron#2836 from Ingramz/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
zcbenz committed Sep 21, 2015
2 parents a567d7a + c626ee6 commit a69c960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/common/lib/asar.coffee
Original file line number Diff line number Diff line change
@@ -329,7 +329,7 @@ exports.wrapFsWithAsar = (fs) ->

buffer = new Buffer(info.size)
fd = archive.getFd()
retrun undefined unless fd >= 0
return undefined unless fd >= 0

fs.readSync fd, buffer, 0, info.size, info.offset
buffer.toString 'utf8'

0 comments on commit a69c960

Please sign in to comment.