Skip to content

Commit 139c324

Browse files
committed
2 parents 493276c + dc2610a commit 139c324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ end)
269269

270270
```lua
271271
if os.getenv("LOCAL_LUA_DEBUGGER_VSCODE") == "1" then
272-
local lldebugger = loadfile(os.getenv("LOCAL_LUA_DEBUGGER_FILEPATH"))()
273-
lldebugger.start()
272+
local lldebugger = loadfile(os.getenv("LOCAL_LUA_DEBUGGER_FILEPATH"))()
273+
lldebugger.start()
274274
end
275275

276276
function init(self)

0 commit comments

Comments
 (0)