refactor: remove unnecessary directory existence check

This commit is contained in:
Aleksey Kulikov 2021-12-31 10:15:12 +03:00
parent c516119397
commit f2e78daa42
2 changed files with 1 additions and 4 deletions

View file

@ -41,4 +41,5 @@ Object? getAttribute({
calloc.free(out);
return result;
}
return null;
}