fix(desktop): restore augmentProcessPath() lost in #1334 rebase#1361
Merged
Conversation
#1331 added augmentProcessPath() in desktopCommand so the Tauri-spawned Node could see nvm/asdf/fnm/volta/mise PATH entries — the GUI process never runs the user's shell init. #1334 was branched before #1331 landed and the rebase dropped the import + call without it being part of the QQ-runtime work. Re-add the import and the call site, no behavior change beyond restoring the previous fix.
ChasLui
pushed a commit
to ChasLui/DeepSeek-Reasonix
that referenced
this pull request
May 23, 2026
…se (esengine#1361) esengine#1331 added augmentProcessPath() in desktopCommand so the Tauri-spawned Node could see nvm/asdf/fnm/volta/mise PATH entries — the GUI process never runs the user's shell init. esengine#1334 was branched before esengine#1331 landed and the rebase dropped the import + call without it being part of the QQ-runtime work. Re-add the import and the call site, no behavior change beyond restoring the previous fix. Co-authored-by: reasonix <reasonix@deepseek.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
augmentProcessPath()so the Tauri-spawned Node can see nvm/asdf/fnm/volta/mise PATH entries — the GUI process never runs the user's shell initTest plan
tests/desktop-login-shell-path.test.tsstill greennpm run verifygreen (235 files / 3256 tests via pre-push hook)