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 5, 2023
1 parent 28d6893 commit 8069d62
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 @@ -179,6 +179,8 @@ class Hooks {
const boundLoad = FunctionPrototypeBind(hooks.load, hooks);
ArrayPrototypePush(this.#chains.load, { __proto__: null, fn: boundLoad, url, next });
}

return hooks;
}

/**
Expand Down

0 comments on commit 8069d62

Please sign in to comment.