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

Replace deprecated fs.exists() #175

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

throwaway96
Copy link
Member

Use (promisified) fs.stat() instead of fs.exists(), which is deprecated. This should not introduce any compatibility issues since we're already using fs.stat() elsewhere.

@throwaway96 throwaway96 marked this pull request as ready for review March 9, 2024 01:08
@throwaway96 throwaway96 requested review from kitsuned and Informatic and removed request for kitsuned March 9, 2024 01:08
services/service.ts Outdated Show resolved Hide resolved
@throwaway96 throwaway96 merged commit f4a6e59 into webosbrew:main Mar 9, 2024
1 check passed
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.

2 participants