mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(cloudcmd) listen: webconsole
This commit is contained in:
parent
cb3189d443
commit
65cf658652
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@
|
|||
Util.check(arguments, ['socket']);
|
||||
|
||||
webconsole({
|
||||
socket: socket
|
||||
socket: socket,
|
||||
prefix: prefix + '/console'
|
||||
});
|
||||
|
||||
edward.listen(socket, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue