mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 22:46:17 +02:00
Try this
This commit is contained in:
parent
2b1747a8f4
commit
65a5eabe9c
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue