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
This is related to the problem with unlink() that is mentioned in my pull request When unlink() fails it returns a 1 silently and the success message is given because the failure is not caught. Everywhere that unlink() is used it should be checked for an error before moving on. #522
If you run (duplicated lines intentional):
you get a warning about the directory not empty. It may be useful to add:
The text was updated successfully, but these errors were encountered: