chore: upgrade eslint (#58575)

This commit is contained in:
Oliver Eyton-Williams
2025-02-07 21:48:43 +01:00
committed by GitHub
parent 54b028b10d
commit 6e9513a933
75 changed files with 2272 additions and 885 deletions

View File

@@ -90,7 +90,7 @@ ctx.onmessage = async (e: PythonRunEvent) => {
eval(testString);
resolve(test);
} catch (err) {
reject(err);
reject(err as Error);
}
}
);