Commit 3fb9e44
authored
Follow linked folders (#36)
* Update archiver dependency
* Support compressing symlinks on Windows
- Add test cases for file and directory symlinks
- Add support for compressing file and symlinks on Windows
- Test on Windows 10 node 12.16.1
- Test on Ubuntu 18.04 node 12.16.1 both with and without native zip
available in path.
* Fix EMFILE error, too many open readStream issue.1 parent bac4990 commit 3fb9e44
File tree
6 files changed
+299
-106
lines changed- lib
- test
- __snapshots__
6 files changed
+299
-106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
85 | 97 | | |
86 | 98 | | |
87 | 99 | | |
| |||
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
93 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
94 | 113 | | |
95 | 114 | | |
96 | 115 | | |
| |||
0 commit comments