Sashie / skript-yaml

The proper way to do yaml in skript
MIT License
32 stars 22 forks source link

When server doesn't have write permission to a yaml file, it silently fails #41

Open oskarkk opened 2 years ago

oskarkk commented 2 years ago

I had a problem when I created a yaml file on my Linux server and tried to save data to it with skript-yaml. The file had wrong permissions and could not be written to by the server process, but there was no error or any warning in the console, it just silently failed.

Sashie commented 2 years ago

Ill see what i can do for that and insert a warning message to console