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: Support relative paths in the run command #72

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

manzt
Copy link
Owner

@manzt manzt commented Jan 15, 2025

Addresses an issue where relative paths for dependencies were
broken due to changes in how file contents are handled. With this
update, temporary files (like the runtime script and lockfile) are now
properly cleaned up within the runtime script itself.

@manzt manzt changed the title manzt/fix paths with runtime Fix: Support relative paths in the run command Jan 15, 2025
@manzt manzt force-pushed the manzt/fix-paths-with-runtime branch from ba3142c to 81a0a03 Compare January 15, 2025 17:37
@manzt manzt changed the title Fix: Support relative paths in the run command Fix: Support relative paths in the run command Jan 15, 2025
@manzt manzt added the bug Something isn't working label Jan 15, 2025
This addresses an issue where relative paths for dependencies were
broken due to changes in how file contents are handled. With this
update, temporary files (like the runtime script and lockfile) are now
properly cleaned up within the runtime script itself.
@manzt manzt force-pushed the manzt/fix-paths-with-runtime branch from 81a0a03 to 2c4518b Compare January 15, 2025 17:39
@manzt manzt merged commit 8dc7ea0 into main Jan 15, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant