This commit is contained in:
Liang Ding 2022-06-14 11:58:14 +08:00
parent be92312be2
commit 14f8ba10a9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -103,7 +103,7 @@ var checkoutCallbacks = map[string]dejavu.Callback{
context.(func(msg string))(arg.(*entity.File).Path)
},
"removeFile": func(context, arg interface{}, err error) {
context.(func(msg string))(arg.(*entity.File).Path)
context.(func(msg string))(arg.(string))
},
}