aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-parsers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-parsers.lua')
-rwxr-xr-xscripts/install-parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-parsers.lua b/scripts/install-parsers.lua
index 1d9448ca7..6dbc73d68 100755
--- a/scripts/install-parsers.lua
+++ b/scripts/install-parsers.lua
@@ -2,7 +2,7 @@
local generate = false
local update = false
-local max_jobs = nil ---@as integer
+local max_jobs = nil ---@type integer?
local parsers = {}
for i = 1, #_G.arg do
if _G.arg[i] == '--generate' then