Try this
This commit is contained in:
parent
2b1747a8f4
commit
65a5eabe9c
|
@ -1412,7 +1412,7 @@ class QWKPacketWriter extends EventEmitter {
|
||||||
return callback(null);
|
return callback(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
const indexStream = fs.createWriteStream(paths.join(this.workDir, '000.ndx'));
|
const indexStream = fs.createWriteStream(paths.join(this.workDir, '0000.ndx'));
|
||||||
this.inboxIndex.forEach(offset => appendIndexData(indexStream, offset));
|
this.inboxIndex.forEach(offset => appendIndexData(indexStream, offset));
|
||||||
|
|
||||||
indexStream.on('close', err => {
|
indexStream.on('close', err => {
|
||||||
|
|
Loading…
Reference in New Issue