This commit is contained in:
Liang Ding
2022-06-14 11:58:14 +08:00
parent be92312be2
commit 14f8ba10a9

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))
},
}