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
It probably makes sense to remove fifos. If someone tries to rm the other devices, let's provide an error message (similar to when someone tries to rm a file they don't have permission for). If someone does need to rm these file types, they can easily file a bug for it.
rm
is only able to delete files, directories, and symbolic links.fs.lstatSync
is able to detect several other file types, however:Support for these file types should be added (at least for the ones it makes sense to run
rm
on).The text was updated successfully, but these errors were encountered: