fix: support recursive readdir in Asar files (#41582)
This commit is contained in:
parent
1cd7419718
commit
b02918883f
5 changed files with 356 additions and 12 deletions
BIN
spec/fixtures/recursive-asar/a.asar
vendored
Normal file
BIN
spec/fixtures/recursive-asar/a.asar
vendored
Normal file
Binary file not shown.
1
spec/fixtures/recursive-asar/nested/hello.txt
vendored
Normal file
1
spec/fixtures/recursive-asar/nested/hello.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
goodbye!
|
1
spec/fixtures/recursive-asar/test.txt
vendored
Normal file
1
spec/fixtures/recursive-asar/test.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Hello!
|
Loading…
Add table
Add a link
Reference in a new issue