Skip to content

fix(cli): use file URLs for Windows Studio loader#193

Open
psyche314 wants to merge 1 commit intoNarcooo:masterfrom
psyche314:fix/windows-studio-loader-file-url
Open

fix(cli): use file URLs for Windows Studio loader#193
psyche314 wants to merge 1 commit intoNarcooo:masterfrom
psyche314:fix/windows-studio-loader-file-url

Conversation

@psyche314
Copy link
Copy Markdown

Summary

  • convert the local tsx loader path passed to node --import into a file:// URL so Studio starts correctly on Windows absolute paths
  • add runtime coverage for Windows drive-letter loader paths
  • add command-level coverage for the node --import launch branch

Testing

  • pnpm.cmd --filter @actalk/inkos exec vitest run src/__tests__/studio-runtime.test.ts src/__tests__/studio.test.ts
  • pnpm.cmd --filter @actalk/inkos build

@psyche314 psyche314 force-pushed the fix/windows-studio-loader-file-url branch from 5039a90 to ae365f6 Compare April 15, 2026 14:06
Convert the tsx loader path passed to node --import into a file URL so InkOS Studio starts correctly on Windows absolute paths.

Add runtime and command coverage for the local loader branch, including a Windows drive-letter case.

Co-authored-by: Codex (GPT-5.4) <noreply@openai.com>
@psyche314 psyche314 force-pushed the fix/windows-studio-loader-file-url branch from ae365f6 to 7f0da8c Compare April 15, 2026 14:09
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.

1 participant