Skip to content

Commit d33131a

Browse files
avivkelleraduh95
authored andcommitted
vm: fix ASCII-betical order
PR-URL: #52686 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent e20d2f1 commit d33131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/vm/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const {
1212
ObjectGetPrototypeOf,
1313
ObjectPrototypeHasOwnProperty,
1414
ObjectSetPrototypeOf,
15-
PromiseResolve,
1615
PromisePrototypeThen,
16+
PromiseResolve,
1717
ReflectApply,
1818
SafePromiseAllReturnArrayLike,
1919
Symbol,

0 commit comments

Comments
 (0)