Skip to content

Commit 734d6bf

Browse files
committed
re-add removed tree logic
1 parent 79aba40 commit 734d6bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/neotest-vstest/init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@ local function create_adapter(config)
505505

506506
local projects = {}
507507

508+
local tree = args.tree
509+
if not tree then
510+
return
511+
end
512+
508513
for _, position in tree:iter() do
509514
if position.type == "test" then
510515
logger.debug(position)

0 commit comments

Comments
 (0)