Add parameters to `core.on_dirmonitor_{modify,delete}`
This commit is contained in:
parent
9155be7a22
commit
eac82e69fb
|
@ -1158,8 +1158,8 @@ end
|
||||||
|
|
||||||
|
|
||||||
-- no-op but can be overrided by plugins
|
-- no-op but can be overrided by plugins
|
||||||
function core.on_dirmonitor_modify() end
|
function core.on_dirmonitor_modify(dir, filepath) end
|
||||||
function core.on_dirmonitor_delete() end
|
function core.on_dirmonitor_delete(dir, filepath) end
|
||||||
|
|
||||||
|
|
||||||
function core.on_dir_change(watch_id, action, filepath)
|
function core.on_dir_change(watch_id, action, filepath)
|
||||||
|
|
Loading…
Reference in New Issue