model icon indicating copy to clipboard operation
model copied to clipboard

fix: when gen dir doesn't exist, editor panics

Open dvictor opened this issue 11 months ago • 0 comments

If gen dir doesn't exist, it's created with 0600 perms, thus not listable. When the web server tried to list the dir, it got a permission denied err. That was not correctly checked.

This fixes the default perm for gen dir and checks the list dir error.

dvictor avatar Mar 19 '24 04:03 dvictor