mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 06:56:12 +02:00
A lot of code tidy up
This commit is contained in:
parent
fd86293dbe
commit
9e9dc9af89
16 changed files with 144 additions and 140 deletions
|
@ -480,9 +480,11 @@ function dumpQWKPacket() {
|
|||
}
|
||||
],
|
||||
err => {
|
||||
|
||||
if (err) {
|
||||
console.error(`QWK dump failed: ${err.message}`);
|
||||
}
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
function exportQWKPacket() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue