Skip to content

Bugfix/fix windows issues#147

Merged
herzykj merged 5 commits intomasterfrom
bugfix/fix-windows-issues
Nov 25, 2025
Merged

Bugfix/fix windows issues#147
herzykj merged 5 commits intomasterfrom
bugfix/fix-windows-issues

Conversation

@herzykj
Copy link
Collaborator

@herzykj herzykj commented Nov 25, 2025

No description provided.

@herzykj herzykj requested review from amaski and Copilot November 25, 2025 13:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes path handling issues for Windows compatibility by correcting improper usage of path.join() and string concatenation. The changes ensure cross-platform path construction works correctly on both Unix-like systems and Windows.

Key Changes:

  • Corrected path.join() calls that incorrectly included leading slashes in path segments
  • Fixed string concatenation used for path construction to use path.join() properly
  • Added version extraction logic to make client installation path construction more robust

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/utils/env-utils.ts Fixed Java executable path construction to work cross-platform
src/service/sandbox-config.ts Fixed config file path construction
src/service/sandbox-client-manager.ts Fixed multiple path constructions, added version extraction for install path, normalized glob pattern for Windows, added null check for JAR file
src/cli-main.ts Fixed edgeworker folder path construction
package.json Updated glob and validator package versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

herzykj and others added 3 commits November 25, 2025 14:17
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@herzykj herzykj merged commit bbeb194 into master Nov 25, 2025
3 checks passed
@herzykj herzykj deleted the bugfix/fix-windows-issues branch November 25, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants