Skip to content

Commit b708988

Browse files
committed
lua: fixes path to adapter
1 parent 5cb7985 commit b708988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/adapters/lua.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def start(self, log: core.Logger, configuration: dap.ConfigurationExpanded
2121
install_path = self.installer.install_path()
2222
command = [
2323
node,
24-
f'{install_path}/extension/debugAdapter.js'
24+
f'{install_path}/debugAdapter.js'
2525
]
2626
return dap.StdioTransport(command)
2727

0 commit comments

Comments
 (0)