We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa336e commit 3b7d34cCopy full SHA for 3b7d34c
lua/debugprint/counter.lua
@@ -33,7 +33,7 @@ end
33
---@return nil
34
M.reset_debug_prints_counter = function()
35
if vim.fn.filewritable(COUNTER_FILE) == 1 then
36
- vim.fs.rm(COUNTER_FILE)
+ vim.fn.delete(COUNTER_FILE)
37
end
38
39
default_counter = nil
0 commit comments