Skip to content

Commit

Permalink
lua: fixes path to adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed May 7, 2024
1 parent 5cb7985 commit b708988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adapters/lua.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def start(self, log: core.Logger, configuration: dap.ConfigurationExpanded
install_path = self.installer.install_path()
command = [
node,
f'{install_path}/extension/debugAdapter.js'
f'{install_path}/debugAdapter.js'
]
return dap.StdioTransport(command)

Expand Down

0 comments on commit b708988

Please sign in to comment.