mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Args messages to debug
This commit is contained in:
parent
5c96264234
commit
7274b6d19c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue