diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-11 21:57:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-11 21:57:41 +0800 |
commit | 07824d0a5c98625d0ae49346566ce88e5059df8b (patch) | |
tree | 92fd8ff03873749ff86c55b461d5257a0682e592 | |
parent | 1bb9e3ffc8f3fd329379a48749ad4d60b9e95b72 (diff) | |
download | lua-language-server-07824d0a5c98625d0ae49346566ce88e5059df8b.zip |
update comment
-rw-r--r-- | make/bootstrap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/bootstrap.lua b/make/bootstrap.lua index 74eb850b..021252c5 100644 --- a/make/bootstrap.lua +++ b/make/bootstrap.lua @@ -6,7 +6,7 @@ while arg[i] do i = i + 1
local expr = assert(arg[i], "'-e' needs argument")
assert(load(expr, "=(command line)"))()
- -- TODO
+ -- exit after the executing
return
elseif not main and arg[i]:sub(1, 1) ~= '-' then
main = i
|