We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f609d32 commit fa5bf74Copy full SHA for fa5bf74
1 file changed
waf.lua
@@ -70,6 +70,9 @@ elseif PostCheck then
70
end
71
for key, val in pairs(args) do
72
if type(val) == "table" then
73
+ if type(val[1]) == "boolean" then
74
+ return
75
+ end
76
data=table.concat(val, ", ")
77
else
78
data=val
0 commit comments