Skip to content

Commit 8e74bb4

Browse files
authored
vm: fix ASCII-betical order
1 parent d5c7ffd commit 8e74bb4

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)