mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-03 05:02:54 +00:00
Compare commits
2 Commits
copilot/su
...
copilot/su
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4592d0881f | ||
|
|
45d38310ac |
1
tests/e2e/.gitignore
vendored
1
tests/e2e/.gitignore
vendored
@@ -4,6 +4,7 @@ test-results/
|
||||
|
||||
__pycache__/
|
||||
fixtures/archive-tmp/
|
||||
fixtures/zip-tmp/
|
||||
fixtures/sample.docx
|
||||
fixtures/sample.xlsx
|
||||
fixtures/sample.pptx
|
||||
|
||||
Binary file not shown.
@@ -87,7 +87,7 @@ try {
|
||||
|
||||
ensureArchive('sample.7z', out => {
|
||||
try {
|
||||
execFileSync('7z', ['a', '-bd', '-y', out, 'inner.txt'], { cwd: archiveWork });
|
||||
execFileSync('7z', ['a', '-bd', '-y', out, 'inner.txt'], { cwd: archiveWork, stdio: 'ignore' });
|
||||
} catch {
|
||||
execFileSync('bsdtar', ['-a', '-cf', out, 'inner.txt'], { cwd: archiveWork });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user