Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Windows build #124

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Sep 15, 2023

Context

For Windows file path, C:\ prefix are not supported as they get confused with a regular URI.

Changes

The fix is to write the file path with file:// protocol.

Fixes: #98

Related issue: nodejs/node#31710

For windows file path, `C:\` prefix are not supported as they
get confused with a regular URI.

The fix is to write the file path with `file://` protocol.

Fixes: KaotoIO#98

Related issue: nodejs/node#31710
@lordrip lordrip requested a review from a team September 15, 2023 12:28
@lordrip lordrip merged commit b8d962e into KaotoIO:main Sep 15, 2023
1 check passed
@lordrip lordrip deleted the fix/windows-build branch September 15, 2023 12:35
@lhein lhein added this to the 0.1.0 - Smart Connectors' MVP milestone Sep 21, 2023
@lhein lhein modified the milestones: Smart Connectors' MVP, Feature Parity Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Windows build is not working
2 participants