Add some extra tests
This commit is contained in:
parent
51f16320c9
commit
a9ad7ff965
4
index.js
4
index.js
|
|
@ -135,7 +135,9 @@ conn.on("message", (data) => {
|
|||
console.log("LFM filter accepted by server.");
|
||||
|
||||
// TEST
|
||||
// conn.send(JSON.stringify(["CAL","616","p"]))
|
||||
// conn.send(JSON.stringify(["CAL","653"]))
|
||||
// conn.send(JSON.stringify(["CAL","655"]))
|
||||
// conn.send(JSON.stringify(["CAL","634"]))
|
||||
} else {
|
||||
console.error("LFM filter rejected by server:", parsed[1]);
|
||||
process.exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue