Skip to content
New issue

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

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

Already on GitHub? # to your account

Support SQLite unflagged without useless warnings #3947

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

mcollina
Copy link
Member

node:sqlite is now unflagged, and it emits a warning every time it's loaded, and we load it every time. This PR prevents the warning by moving the require inside the constructor.

Signed-off-by: Matteo Collina <hello@matteocollina.com>
@mcollina mcollina requested a review from ronag December 13, 2024 13:40
@mcollina mcollina merged commit ff18d8c into main Dec 13, 2024
36 of 37 checks passed
@mcollina mcollina deleted the sqlite-is-unflagged-prevent-warning branch December 13, 2024 16:29
This was referenced Dec 16, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants