summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-11 21:57:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-11 21:57:41 +0800
commit07824d0a5c98625d0ae49346566ce88e5059df8b (patch)
tree92fd8ff03873749ff86c55b461d5257a0682e592 /make
parent1bb9e3ffc8f3fd329379a48749ad4d60b9e95b72 (diff)
downloadlua-language-server-07824d0a5c98625d0ae49346566ce88e5059df8b.zip
update comment
Diffstat (limited to 'make')
-rw-r--r--make/bootstrap.lua2
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