mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Small fix
This commit is contained in:
parent
8a17ca694e
commit
f2a61828aa
2 changed files with 3 additions and 1 deletions
|
@ -294,6 +294,8 @@ function Client(input, output) {
|
|||
|
||||
buf = buf.concat(data.split('')); // remainder
|
||||
|
||||
console.log(buf)
|
||||
|
||||
buf.forEach(function bufPart(s) {
|
||||
var key = {
|
||||
seq : s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue