fix non-looping loop

This commit is contained in:
hiroshisuga 2021-12-08 22:09:58 +09:00 committed by GitHub
parent 960b8c98df
commit 82980ac17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ async function webcamContentCheck(test) {
}
}
lastVideoColor[v] = pixelString;
return true;
}
return true;
};
check = await test.page.evaluate(checkCameras, i);