You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following map will cause scm-extractor to throw an uncaught exception with the following message:
C:\Jotakin\src\scm-extractor\index.js:596
if (b < this._hashTable.length && this._hashTable[b].blockIndex === 0xFFFFFFFF) {
^
TypeError: Cannot read property 'blockIndex' of undefined
at ScmExtractor._findBlockIndex (C:/Jotakin/src/scm-extractor/index.js:603:39)
at ScmExtractor._readFiles (C:/Jotakin/src/scm-extractor/index.js:467:34)
at ScmExtractor._process (C:/Jotakin/src/scm-extractor/index.js:234:16)
at ScmExtractor._flush (C:/Jotakin/src/scm-extractor/index.js:259:12)
at ScmExtractor.<anonymous> (_stream_transform.js:141:12)
at Object.onceWrapper (events.js:314:30)
at emitNone (events.js:105:13)
at ScmExtractor.emit (events.js:207:7)
at prefinish (_stream_writable.js:568:14)
at finishMaybe (_stream_writable.js:576:5)
The following map will cause scm-extractor to throw an uncaught exception with the following message:
https://drive.google.com/open?id=0B76qCUchMgsnZDhaQnZzNDZfWVk
(It also doesn't work in 1.18.8, but 1.16.1 loads it fine)
The text was updated successfully, but these errors were encountered: