You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(i18n): resolve tx-push-src by absolute path, not via $PATH
The i18n push shelled out to a bare `tx-push-src`, relying on
node_modules/.bin being on $PATH. When the CLI is launched by absolute
path from a plain `node script.js` process (as the registry sync does),
that is not set up, so the command fails with "tx-push-src: not found".
Resolve openblock-l10n's tx-push-src bin to an absolute script path and
run it with the current Node binary via execFileSync — consistent with
the trusted absolute-path launcher, and no longer PATH-dependent. Passing
args as an array also fixes splitting on spaces in file paths.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments