We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a78d0 commit c0b121aCopy full SHA for c0b121a
1 file changed
waf.lua
@@ -69,13 +69,13 @@ elseif PostCheck then
69
return
70
end
71
for key, val in pairs(args) do
72
- if type(val) == "table" or val == false then
+ if type(val) == "table" then
73
data=table.concat(val, ", ")
74
else
75
data=val
76
77
if data and type(data) ~= "boolean" and body(data) then
78
- return true
+ return true
79
80
81
0 commit comments