mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(console) log: type -> typeParam
This commit is contained in:
parent
c45b776ce6
commit
befc8abc22
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@
|
|||
|
||||
if (str) {
|
||||
|
||||
if (type)
|
||||
if (typeParam)
|
||||
type += typeParam + ':';
|
||||
|
||||
ret = 'client #' + connNum + type + str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue