diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-15 16:30:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-15 16:30:51 +0800 |
commit | f1b72e5eadb8571cf82049f804fd98c96f14a892 (patch) | |
tree | 99befd000c65bee77c372de0dd69c8a9d0a99201 | |
parent | 9690368fe3fd9e4dd4c92130bdb04381c938c070 (diff) | |
download | lua-language-server-f1b72e5eadb8571cf82049f804fd98c96f14a892.zip |
fix
-rw-r--r-- | debugger.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debugger.lua b/debugger.lua index 135e97fc..84579b9d 100644 --- a/debugger.lua +++ b/debugger.lua @@ -49,7 +49,6 @@ local function tryDebugger() local dbg = loadfile(entry)(root) dbg:start { address = addr, - latest = true, } log.debug('Debugger startup, listen port:', DBGPORT) log.debug('Debugger args:', addr, root, path, cpath) |