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

existsFile -> fileExists #14

Closed
dlesnoff opened this issue Nov 22, 2022 · 2 comments
Closed

existsFile -> fileExists #14

dlesnoff opened this issue Nov 22, 2022 · 2 comments

Comments

@dlesnoff
Copy link

/tmp/nimble_35855/githubcom_pietroppeternimoji/src/nimoji.nim(59, 12) Warning: use fileExists; existsFile is deprecated [Deprecated]

Got this message at installation.

@pietroppeter
Copy link
Owner

should be a pretty simple PR if you want to do it: a one line change here

if par.existsFile:

  • also bumping patch version so that after that I can tag a release

@pietroppeter
Copy link
Owner

fixed by #15

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

No branches or pull requests

2 participants