Skip to content

fix(x-pixel): correct variable name from e.exe to s.exe#541

Merged
harlan-zw merged 1 commit intonuxt:mainfrom
tsukiyama-3:fix/x-pixel-init
Oct 17, 2025
Merged

fix(x-pixel): correct variable name from e.exe to s.exe#541
harlan-zw merged 1 commit intonuxt:mainfrom
tsukiyama-3:fix/x-pixel-init

Conversation

@tsukiyama-3
Copy link
Contributor

@tsukiyama-3 tsukiyama-3 commented Oct 17, 2025

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR fixes a typo in src/runtime/registry/x-pixel.ts where
if (e.exe) should be if (s.exe).

This bug was introduced in 3c46cff

This typo caused the following console error:

スクリーンショット 2025-10-17 19 49 54

Due to this typo, the initialization function never executed properly.
As a result, tracking events could not be sent.

@vercel
Copy link
Contributor

vercel bot commented Oct 17, 2025

@tsukiyama-3 is attempting to deploy a commit to the Nuxt Team on Vercel.

A member of the Team first needs to authorize it.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 17, 2025

Open in StackBlitz

npm i https://pkg.pr.new/nuxt/scripts/@nuxt/scripts@541

commit: e7cd806

@harlan-zw harlan-zw merged commit 8b0fc60 into nuxt:main Oct 17, 2025
4 of 6 checks passed
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.

2 participants