We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b12567 commit 569e08aCopy full SHA for 569e08a
waf.lua
@@ -54,7 +54,7 @@ elseif PostCheck then
54
return
55
end
56
for key, val in pairs(args) do
57
- if type(val) == "table" then
+ if type(val) == "table" or val == false then
58
data=table.concat(val, ", ")
59
else
60
data=val
0 commit comments