We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3f278 commit dc7ff00Copy full SHA for dc7ff00
luasrc/patch.lua
@@ -80,7 +80,7 @@ private_vibescript.configure_patch = function ()
80
local item = filtered_itens[i]
81
local item_path = repo_src.."/"..item
82
local dest_path = patch.dest.."/"..item
83
- -- print("Applying patch item: "..item," to dest: "..dest_path)
+ print("Applying patch item: "..item," to dest: "..dest_path)
84
dtw.copy_any_overwriting(item_path,dest_path)
85
end
86
0 commit comments