Bump dev deps (#3147)

This commit is contained in:
Jaco
2023-03-18 12:32:52 +02:00
committed by GitHub
parent d6136d5fad
commit 18ea0e6b7f
4 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ async function loopSome (site: string, matcher: () => Promise<string[] | null>):
found.push(address);
}
});
} catch (error) {
} catch {
// console.error(error);
}