niemes %!s(int64=2) %!d(string=hai) anos
pai
achega
cbb29b5b0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -56,7 +56,7 @@ async function watchLinkedin(){
                 info.followers = followersNb.firstDegreeSize
                 info.error = 0 // cleanUp error
             }
-        }).catch( (err) => {
+        }).catch( async (err) => {
             console.log("[DEBUG-LOG][watchLinkedin ERROR]", info.error, err);
             info.error++
             if (info.error > 50) {