Tags: 4kxcode/asar
Tags
fix: `isUnpackedDir` matches non-child directories that have same fol… …der name prefix (electron#333) * tmp save * update test case to test minimatch pattern * yarn prettier * remove path separator as it differs on windows * retrigger build as the timeout is unrelated to edited unit test * empty commit
fix: Enable `getNode` to follow directory links (fixes electron#248) (e… …lectron#318) * Add test failing to stat symlinked file This demonstrates issue electron#248 * (fix electron#248) follow directory links in getNode 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.
fix: Export a "default" property (electron#325) * fix: Export a "default" property * test: Add a test for default export
fix: ensure symlinks do not write unexpectedly (electron#322) * fix: ensure symlinks do not write unexpectedly * update spec name:
fix: relative link error (electron#308) Signed-off-by: Kevin Cui <bh@bugs.cc> Co-authored-by: Kevin Cui <bh@bugs.cc>
fix: fix symlink pointing error in filesystem.insertLink (electron#301) Co-authored-by: jrainliu <jrainliu@tencent.com>
fix: better error message when extracting a file that doesn't exist i… …n the archive (electron#286)
PreviousNext