Skip to content

Commit

Permalink
fixup! src: implement --trace-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Nov 27, 2023
1 parent 58a83ff commit 668ab33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ assert(undocumented.delete('--no-node-snapshot'));
assert(undocumented.delete('--loader'));
assert(undocumented.delete('--verify-base-objects'));
assert(undocumented.delete('--no-verify-base-objects'));
assert(undocumented.delete('--trace-promises'));
assert(undocumented.delete('--no-trace-promises'));

// Remove negated versions of the flags.
for (const flag of undocumented) {
Expand Down

0 comments on commit 668ab33

Please sign in to comment.