If client sends nonexistent command, server crashes with such error:
node_modules\telnet\lib\telnet.js:153
return COMMAND_IMPLS[command](bufs, i + 1, event)
^
TypeError: undefined is not a function
The same error occurs with correct command, but incorrect option.