less warnings when building

This commit is contained in:
2023-08-06 10:31:47 +02:00
parent b57bec7919
commit b7d38af0d3
4 changed files with 9 additions and 10 deletions

View File

@ -41,7 +41,7 @@ export const tryEvaluate = async (
timeout = 5000
): Promise<void> => {
try {
code.evaluations++;
code.evaluations!++;
const isCodeValid = await Promise.race([tryCatchWrapper(
application,
`let i = ${code.evaluations};` + code.candidate,