Skip to content

Commit

Permalink
add more debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Feb 22, 2024
1 parent ec42bc4 commit b19c612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/mcla_wasm/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func asJsValue(v any) (res js.Value) {
panic(err)
}
var v1 any
println("Unmarshaling in asJsValue:", (string)(buf))
if err = json.Unmarshal(buf, &v1); err != nil {
panic(err)
}
Expand Down

0 comments on commit b19c612

Please sign in to comment.