Add warning when connection port is unknown.

This commit is contained in:
Michael Morrison 2014-02-03 16:38:10 -06:00
parent d8f8d0f648
commit 1cafb4eb86
2 changed files with 15 additions and 0 deletions

View file

@ -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) {