remove unnecessary comments
This commit is contained in:
@@ -303,7 +303,6 @@ function M.escape_special_chars(path)
|
|||||||
if path == nil then
|
if path == nil then
|
||||||
return path
|
return path
|
||||||
end
|
end
|
||||||
-- return M.is_windows and path:gsub("%(", "\\("):gsub("%)", "\\)") or path
|
|
||||||
return M.is_windows and escape_special_char_for_windows(path) or path
|
return M.is_windows and escape_special_char_for_windows(path) or path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user