Skip to content

Commit

Permalink
update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
siqiii committed Aug 20, 2022
1 parent 2b8511d commit a4de088
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified proto_addon/marswrapper.linux.arm64.node
Binary file not shown.
Binary file modified proto_addon/marswrapper.linux.node
Binary file not shown.
Binary file modified proto_addon/marswrapper.mac.node
Binary file not shown.
Binary file modified proto_addon/marswrapper.win32.node
Binary file not shown.
Binary file modified proto_addon/marswrapper.win64.node
Binary file not shown.
2 changes: 1 addition & 1 deletion src/wfc/proto/proto.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ class WfcImpl {
let ci = Object.assign(new ChannelInfo(), JSON.parse(result));
if (ci.menus) {
ci.menus = ci.menus.map(menu => {
Object.assign(new ChannelMenu(), menu)
menu = Object.assign(new ChannelMenu(), menu)
if (menu.subMenus) {
menu.subMenus = menu.subMenus.map(sm => Object.assign(new ChannelMenu(), sm))
}
Expand Down

0 comments on commit a4de088

Please sign in to comment.