You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments