mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
update dependencies
This commit is contained in:
@@ -32,7 +32,7 @@ const tester = async (location, testPage) => {
|
||||
// run all the locations
|
||||
for (let i = 0; i < LOCATIONS.length; i += 1) {
|
||||
const location = LOCATIONS[i];
|
||||
console.log(location);
|
||||
console.log(`${i + 1}/${LOCATIONS.length} ${location}`);
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
await tester(location, page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user