This commit is contained in:
Bryan Ashby 2020-05-03 11:40:54 -06:00
parent 2b1747a8f4
commit 65a5eabe9c
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

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 => {