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

lazy-load encodings using a more reliable path #310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yogo1212
Copy link

@yogo1212 yogo1212 commented Aug 17, 2023

the current working directory might not be the directory containing the code.
when that is the case, the loading fails.
use the __dirname variable from nodejs to search relative to the executing file rather than the working directory of the process.

@yogo1212
Copy link
Author

Should fix #118

# 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.

1 participant