Code is not going to work any how #1014
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Line Number 361. you are using "for-of" loop on an object, instead you should use "for-in" loop as it is made to iterate over object.
I have faced this issue while using your tool.
Thanks