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

./rv <path> fails, ../rv <path> works – both should behave the same #64

Open
moodmosaic opened this issue Dec 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@moodmosaic
Copy link
Member

Running ./rv example/ counter test on Windows (with CLANGARM64) fails, looking in the wrong directory:

settings\Devnet.toml

instead of

example\settings\Devnet.toml

The error:

UnhandledPromiseRejection: JsValue(Error: ENOENT: no such file or directory, open settings\Devnet.toml

However, cd example/ followed by ../rv . counter test works as expected. Perhaps a path handling issue.

@moodmosaic moodmosaic added bug Something isn't working good first issue Good for newcomers labels Dec 17, 2024
@moodmosaic moodmosaic removed the good first issue Good for newcomers label Feb 18, 2025
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

No branches or pull requests

1 participant