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

stop mounting fs in debug mode #178

Merged
merged 3 commits into from
Sep 10, 2024
Merged

stop mounting fs in debug mode #178

merged 3 commits into from
Sep 10, 2024

Conversation

turadg
Copy link
Member

@turadg turadg commented Sep 9, 2024

closes: #151

Debug mode had a convenience to mount the local proposals path so local changes would be reflected there. But because that file path also has platform-dependent files like better_sqlite3.node it would sometimes fail.

This stops that behavior and updates some help text to suggest alternatives.

It also bumps execa to fix a problem encountered while debugging,

Copy link
Contributor

@Chris-Hibbert Chris-Hibbert left a comment

Choose a reason for hiding this comment

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

Thanks.

@turadg turadg merged commit 506a095 into main Sep 10, 2024
2 checks passed
@turadg turadg deleted the ta/deps branch September 10, 2024 00:31
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.

test debug mode can break sqlite3
3 participants