Skip to content

Commit

Permalink
REBASEME: fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Oct 24, 2023
1 parent 9c09c98 commit c035843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/internal/modules/esm/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ class Hooks {
next,
});
}

return hooks;
}

/**
Expand Down

0 comments on commit c035843

Please sign in to comment.