The "options.ca" property must be one of type string, Buffer, TypedArray, or DataView. Received type object #4
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?
Looks like you passed in an object instead of one of the acceptable types in you code.
I have changed my old code:
into:
Which solved the problem
Thanks for the quick reply!