mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 23:16:09 +02:00
Fix issues with corrupt FTN packets
This commit is contained in:
parent
1aa545e254
commit
7ef224be17
2 changed files with 36 additions and 9 deletions
|
@ -42,7 +42,10 @@ function main() {
|
|||
|
||||
return next(null);
|
||||
},
|
||||
() => {
|
||||
(err) => {
|
||||
if(err) {
|
||||
return console.error(`Error processing packet: ${err.message}`);
|
||||
}
|
||||
console.info('');
|
||||
console.info('--- EOF --- ');
|
||||
console.info('');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue