Skip to content

Commit 5c36732

Browse files
CruizKlceWolf
andauthored
Update lua/cmake-tools/config.lua
Co-authored-by: lceWolf <[email protected]>
1 parent 3413a72 commit 5c36732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/cmake-tools/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ end
258258

259259
function Config:get_launch_target_from_info(target_info)
260260
local target_path = target_info["artifacts"][1]["path"]
261-
if require('cmake-tools.osys').iswin32 then
261+
if require("cmake-tools.osys").iswin32 then
262262
target_path = target_path:gsub("/", "\\")
263263
end
264264
target_path = Path:new(target_path)

0 commit comments

Comments
 (0)