You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if grep -q "Binding for 'path_error'" output.txt; then
163
161
echo "::error title=std::filesystem::path created from std::string. More information https://discord.com/channels/695809740428673034/1462210406616531259/1462567541825339635"
164
162
FOUND_FORBIDDEN=1
165
163
fi
166
-
167
164
if grep -q "Binding for 'view_error'" output.txt; then
168
165
echo "::error title=ImageViewRGB32 created from VideoSnapshot&& that is stored. It is a dangling pointer as nothing hold the data anymore"
0 commit comments