Skip to content

Commit e27e827

Browse files
Trotttargos
authored andcommitted
doc: make function signature comply with JSDoc comment
PR-URL: #41242 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent dcf1ea0 commit e27e827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ its own `require` using `module.createRequire()`.
832832
}} utilities Things that preload code might find useful
833833
* @returns {string} Code to run before application startup
834834
*/
835-
export function globalPreload() {
835+
export function globalPreload(utilities) {
836836
return `\
837837
globalThis.someInjectedProperty = 42;
838838
console.log('I just set some globals!');

0 commit comments

Comments
 (0)