fix(console) log: type -> typeParam

This commit is contained in:
coderaiser 2014-04-29 10:40:05 -04:00
parent c45b776ce6
commit befc8abc22

View file

@ -302,7 +302,7 @@
if (str) {
if (type)
if (typeParam)
type += typeParam + ':';
ret = 'client #' + connNum + type + str;