NUWCDIVNPT / stigman-watcher

A utility that watches a path for test result files on behalf of a STIG Manager Collection
Other
6 stars 4 forks source link

WATCHER_CARGO_SIZE=1 Error #80

Closed Matte22 closed 8 months ago

Matte22 commented 8 months ago

Resolves: #55

Problem: WATCHER_CARGO_SIZE=1 would result in an error due to not being able to iterate over this.parsedResults.

Solution: If this.parsedResults is an object wrap it in an array.