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

There is an error that seems to be caused by soft links #248

Open
huanggaoqing opened this issue Nov 24, 2022 · 0 comments · May be fixed by #318
Open

There is an error that seems to be caused by soft links #248

huanggaoqing opened this issue Nov 24, 2022 · 0 comments · May be fixed by #318

Comments

@huanggaoqing
Copy link

wrong content:

image

temporary solution:

  • Modify this line of code for fault tolerance

image

AndreasFranek added a commit to AndreasFranek/asar that referenced this issue Aug 12, 2024
AndreasFranek added a commit to AndreasFranek/asar that referenced this issue Aug 12, 2024
When called from `stat`, `getNode` should follow directory links to
ensure that the correct node is returned. Otherwise, `node.files[name]`
will be `undefined`, causing a `TypeError`.
AndreasFranek added a commit to AndreasFranek/asar that referenced this issue Aug 12, 2024
When called from `stat`, `getNode` should follow directory links to
ensure that the correct node is returned. Otherwise, `node.files[name]`
will be `undefined`, causing a `TypeError`.
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 a pull request may close this issue.

1 participant