diff --git a/core/otto.go b/core/otto.go index bc55ca5..5bddf2b 100644 --- a/core/otto.go +++ b/core/otto.go @@ -177,6 +177,7 @@ func init123() { } v, err := call.Object().Call("callback", s1) if err != nil { + s.Reply(err) return nil } deleteV, _ := v.Object().Get("delete")