summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-23 08:03:40 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-23 08:03:40 -0700
commitf51f4013dd60237638713ce9d8313ea72c764c5c (patch)
tree8e495b1d655a7347aeb11360e6643447f9439139 /scratch
parent38f3e3b7d8a4d84c13d0274089ca41882621e7ab (diff)
downloada4-f51f4013dd60237638713ce9d8313ea72c764c5c.tar.xz
a4-f51f4013dd60237638713ce9d8313ea72c764c5c.zip
better reporting, cancelling, and logger
Diffstat (limited to 'scratch')
-rw-r--r--scratch/refresh.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index ec59b06..680dd0b 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -12,9 +12,7 @@ function test_body()
local Lang = require("99.language")
local cursor = Point:from_cursor()
local func = ts.containing_function(0, cursor)
- local body = Lang.find_body(func.function_node, "block")
- print("body", vim.inspect(body))
end
test_body()