process fails when one of the calls contains undefined for the data option #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seems to be called successfully many times but once it is given undefined for the data option in stageAsync which causes a rejection and failure.
Adding the following block to
writeFileAsync
allows the process to finish.