1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00

opt space

This commit is contained in:
shaoying 2022-11-29 08:55:57 +08:00
parent fd72021cba
commit e4a3a8b5ab

View File

@ -153,7 +153,8 @@ Volcanos("misc", {Message: function(event, can) { var msg = {}
res.Option({_handle: ice.TRUE, _target: (msg[ice.MSG_SOURCE]||[]).reverse().join(ice.PT)})
res.append = msg.append, can.core.List(msg.append, function(key) { res[key] = msg[key] }), res.result = (msg.result||[]).concat(can.core.List(arguments))
res.Option(ice.LOG_DISABLE, msg.Option(ice.LOG_DISABLE)) != ice.TRUE && can.misc.Log(html.WSS, ice.MSG_RESULT, msg.result||[], msg)
socket.send(JSON.stringify(res))
var e = socket.send(JSON.stringify(res))
can.misc.Log(e)
}, msg.detail = data.detail, msg.Copy(data)
try {