Fix a typo
This commit is contained in:
parent
7bb9595b81
commit
c626ee6e92
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue