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 is hard to detect if a pcsync command is done since wrapUserErrors does not cause the program returns non-zero code.
For example, pcsync rename lalalilolu.txt lalelilolu.txt always returns 0 even if lalalilolu.txt does not exist. And you have to parse stdout to detect the issue.
The text was updated successfully, but these errors were encountered:
It is hard to detect if a pcsync command is done since wrapUserErrors does not cause the program returns non-zero code.
For example,
pcsync rename lalalilolu.txt lalelilolu.txt
always returns 0 even if lalalilolu.txt does not exist. And you have to parse stdout to detect the issue.The text was updated successfully, but these errors were encountered: