remove unneeded len assign #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
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?
why you assigning out.length = ... when on next line you are slicing it and overwrite the out whit the sliced one
This should be fixed in version 1.4.0
Pull request closed