playworks converter
This commit is contained in:
@@ -44,6 +44,9 @@ func collectDogCat3MraidTargets(root string) ([]string, error) {
|
||||
dir := filepath.Join(root, folder)
|
||||
entries, err := os.ReadDir(dir)
|
||||
if err != nil {
|
||||
if os.IsNotExist(err) {
|
||||
continue
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
for _, entry := range entries {
|
||||
|
||||
Reference in New Issue
Block a user