mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
Add warning when connection port is unknown.
This commit is contained in:
parent
d8f8d0f648
commit
1cafb4eb86
2 changed files with 15 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ for(var key in argv) {
|
|||
|
||||
var Gamedig = require('../lib/index');
|
||||
if(debug) Gamedig.debug = true;
|
||||
Gamedig.isCommandLine = true;
|
||||
Gamedig.query(
|
||||
options,
|
||||
function(state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue