Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: steps array values should be ascending sorted
Array.prototype.sort() default sort order is ascending, built upon converting the elements into strings, then comparing their sequences of UTF-16 code units values. Close #93
- Loading branch information