Skip to content

Commit

Permalink
vm: fix ASCII-betical order
Browse files Browse the repository at this point in the history
PR-URL: nodejs#52686
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
RedYetiDev authored Apr 25, 2024
1 parent 7b2e3b8 commit 1728203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/vm/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const {
ObjectGetPrototypeOf,
ObjectPrototypeHasOwnProperty,
ObjectSetPrototypeOf,
PromiseResolve,
PromisePrototypeThen,
PromiseResolve,
ReflectApply,
SafePromiseAllReturnArrayLike,
Symbol,
Expand Down

0 comments on commit 1728203

Please sign in to comment.