manual fixes, disable some errors

This commit is contained in:
itsMapleLeaf
2023-09-27 13:29:20 -05:00
parent 0d4294ee8c
commit 576dd2e35e
6 changed files with 12 additions and 3 deletions

View File

@@ -18,5 +18,6 @@ export async function waitFor<Result>(
}
}
// eslint-disable-next-line @typescript-eslint/no-throw-literal
throw lastError ?? new Error("Timeout")
}