mirror of
https://github.com/barkeser2002/node-minecraft-protocol.git
synced 2026-09-25 08:30:08 +03:00
285 B
285 B
FAQ
This Frequently Asked Question document is meant to help people for the most common things.
How to hide errors ?
Use hideErrors: true in createClient options
You may also choose to add these listeners :
client.on('error', () => {})
client.on('end', () => {})