Skip to content

Commit

Permalink
- update dependencies
Browse files Browse the repository at this point in the history
- fix formating
  • Loading branch information
DaSpawn committed Apr 4, 2019
1 parent efa78b1 commit 0774864
Show file tree
Hide file tree
Showing 4 changed files with 2,120 additions and 645 deletions.
2 changes: 1 addition & 1 deletion lib/workbook.js
Expand Up @@ -161,7 +161,7 @@ XlsxStreamReaderWorkBook.prototype._handleWorkBookStream = function () {
const { name } = Tmp.fileSync({})
const stream = Fs.createWriteStream(name)

self.waitingWorkSheets.push({sheetNo: sheetNo, name: entry.path, path: name, sheetPath: sheetPath})
self.waitingWorkSheets.push({ sheetNo: sheetNo, name: entry.path, path: name, sheetPath: sheetPath })

entry.pipe(stream)
} else {
Expand Down

0 comments on commit 0774864

Please sign in to comment.