mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
README: added how to enable debugging output
This commit is contained in:
parent
664c7e380a
commit
75d9229793
@ -254,6 +254,14 @@ correct data type.
|
|||||||
91 tests complete (50 seconds)
|
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
|
## History
|
||||||
|
|
||||||
### 0.9.0
|
### 0.9.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user