mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 02:12:12 +08:00
Args messages to debug
This commit is contained in:
parent
5c96264234
commit
7274b6d19c
@ -136,8 +136,8 @@ func (b *boundMethod) call(data string) ([]reflect.Value, error) {
|
||||
}
|
||||
args[index] = value
|
||||
}
|
||||
b.log.Infof("Unmarshalled Args: %+v\n", jsArgs)
|
||||
b.log.Infof("Converted Args: %+v\n", args)
|
||||
b.log.Debugf("Unmarshalled Args: %+v\n", jsArgs)
|
||||
b.log.Debugf("Converted Args: %+v\n", args)
|
||||
results := b.method.Call(args)
|
||||
|
||||
b.log.Debugf("results = %+v", results)
|
||||
|
Loading…
Reference in New Issue
Block a user