mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
README: added how to enable debugging output
This commit is contained in:
parent
664c7e380a
commit
75d9229793
1 changed files with 8 additions and 0 deletions
|
@ -254,6 +254,14 @@ correct data type.
|
|||
91 tests complete (50 seconds)
|
||||
```
|
||||
|
||||
# Debugging
|
||||
|
||||
You can enable some protocol debugging output using `NODE_DEBUG` environment variable:
|
||||
|
||||
```bash
|
||||
NODE_DEBUG="minecraft-protocol" node [...]
|
||||
```
|
||||
|
||||
## History
|
||||
|
||||
### 0.9.0
|
||||
|
|
Loading…
Reference in a new issue