This commit is contained in:
Bryan Ashby
2020-05-03 11:40:54 -06:00
parent 2b1747a8f4
commit 65a5eabe9c

View File

@@ -1412,7 +1412,7 @@ class QWKPacketWriter extends EventEmitter {
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));
indexStream.on('close', err => {