Skip to content

Commit

Permalink
Merge pull request #725 from prey/update-library-archiver
Browse files Browse the repository at this point in the history
updating library archiver to 5.3.1
  • Loading branch information
SoraKenji authored Mar 15, 2023
2 parents f1fe483 + 16436d0 commit b16512c
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 141 deletions.
3 changes: 3 additions & 0 deletions lib/agent/actions/logretrieval/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ var collect_files = (output_file, cb) => {
var array = [];

files.forEach((file) => {
if (!fs.existsSync(file.path)) {
return;
}
array.push((callback) => {
var file_data;
var rs = fs.createReadStream(file.path)
Expand Down
Loading

0 comments on commit b16512c

Please sign in to comment.