fix(nLua): Update to new function

OSV removed the run_this() function, switched to launch()
This commit is contained in:
Logan Edwards 2026-07-16 08:26:51 -05:00
parent 459a4c3b10
commit 77d8897c52

View file

@ -18,7 +18,7 @@ return {
adapter.port = c.port
adapter.host = c.host
end
require("osv").run_this()
require("osv").launch({port = adapter.port})
dap.run = dap_run
end
callback(adapter)