kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

Fix get_version function #48

Closed benzino77 closed 4 years ago

benzino77 commented 4 years ago

in case of error promise should reject instead of resolve fix issue #47

kylefarris commented 4 years ago

Thanks for the PR.

benzino77 commented 4 years ago

Thanks for a clamscan!