Skip to content

fix: use --preload= for bun compatibility#52

Open
Emeralddddd wants to merge 1 commit intonmhjklnm:masterfrom
Emeralddddd:fix/bun-preload-syntax
Open

fix: use --preload= for bun compatibility#52
Emeralddddd wants to merge 1 commit intonmhjklnm:masterfrom
Emeralddddd:fix/bun-preload-syntax

Conversation

@Emeralddddd
Copy link
Copy Markdown

Summary

  • Change --preload <path> to --preload=<path> (equals sign syntax) for both dns-guard and fingerprint-hook BUN_OPTIONS
  • Bun requires the = form; space-separated form silently fails to load preload scripts

Test plan

  • Verify dns-guard preload works with bun runtime
  • Verify fingerprint-hook preload works with bun runtime
  • Confirm no regression with node runtime (NODE_OPTIONS unchanged)

Bun requires --preload=<path> (equals sign) syntax; space-separated
form silently fails to load the preload script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant