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
sending current directory will cause a file occupied error while iterating to the db file that just created, and any errors will cause the program to exit silently.
In my opinion, an ad-hoc tool can show its raw errors regardless of whether the user can read them or not, but it can't ignore them and exit silently! The current approach is tantamount to unwraping on every Results and setting panic behavior to abort!
The text was updated successfully, but these errors were encountered:
IMHO, I would expect it to ignore it's own, sendme related files, but attempt to send everything else; possibly also ignore dot-prefixed files and directories, and also ignore files as per .gitignore
send
ing current directory will cause a file occupied error while iterating to the db file that just created, and any errors will cause the program to exit silently.In my opinion, an ad-hoc tool can show its raw errors regardless of whether the user can read them or not, but it can't ignore them and exit silently! The current approach is tantamount to
unwrap
ing on everyResult
s and setting panic behavior toabort
!The text was updated successfully, but these errors were encountered: