Skip to content
Snippets Groups Projects
Commit 0eefe4e4 authored by 最萌小汐's avatar 最萌小汐
Browse files

use latest lua version

parent 3212f406
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
},
"arg": [
],
"luaVersion": "latest",
"consoleCoding": "utf8",
"sourceCoding": "utf8",
"outputCapture": [
......
......@@ -47,7 +47,7 @@ local function tryDebugger()
local root = debugPath
local addr = ("127.0.0.1:%d"):format(DBGPORT)
local dbg = loadfile(entry)()
dbg:init { root = root }
dbg:init { root = root, latest = true }
dbg:start(addr)
log.debug('Debugger startup, listen port:', DBGPORT)
log.debug('Debugger args:', addr, root, path, cpath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment