Skip to content

Commit ab9132f

Browse files
committed
update: stabilize requires order
1 parent 6d17199 commit ab9132f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/updater/js.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize
5353
end
5454

5555
def add(from, *tos)
56-
(@imports[from] ||= []).push(*tos)
56+
(@imports[from] ||= []).push(*tos.sort)
5757
end
5858

5959
def tsort_each_child(node, &block)

0 commit comments

Comments
 (0)