Skip to content

Commit

Permalink
Updated all dependencies to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Mar 18, 2024
1 parent 8dadf1a commit 4aed34b
Show file tree
Hide file tree
Showing 3 changed files with 5,396 additions and 8,181 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ class NodeClam {
return hasCb ? cb(err, null) : reject(err);
});
client.on('error', (err) => {
if(this.settings.debugMode) {
if (this.settings.debugMode) {
console.log(`${this.debugLabel}: Could not connect to the clamscan server.`, err);
}
return hasCb ? cb(err, null) : reject(err);
Expand Down
Loading

0 comments on commit 4aed34b

Please sign in to comment.