We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a0f9f commit 378bea7Copy full SHA for 378bea7
lua/treewalker/targets.lua
@@ -18,7 +18,7 @@ function M.out(node)
18
-- but does fail on CI. TODO figure out the differences)
19
if nodes.is_comment_node(node) or nodes.is_augment_target(node) then
20
-- Try moving down first - this works for Java on CI
21
- local down_node, down_row = M.down(node, nodes.get_srow(node))
+ local down_node = M.down(node, nodes.get_srow(node))
22
if down_node then
23
node = down_node
24
else
0 commit comments