| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dcf1ea0 commit e27e827
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -832,7 +832,7 @@ its own `require` using `module.createRequire()`. | |||
| 832 | 832 | }} utilities Things that preload code might find useful | |
| 833 | 833 | * @returns {string} Code to run before application startup | |
| 834 | 834 | */ | |
| 835 | - export function globalPreload() { | ||
| 835 | + export function globalPreload(utilities) { | ||
| 836 | 836 | return `\ | |
| 837 | 837 | globalThis.someInjectedProperty = 42; | |
| 838 | 838 | console.log('I just set some globals!'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments