Disabling explicit any check on error handling
This commit is contained in:
parent
e0fcb38c4f
commit
65d2c3dfb0
@ -65,6 +65,7 @@ export class ErrorScene extends Phaser.Scene {
|
||||
/**
|
||||
* Displays the error page, with an error message matching the "error" parameters passed in.
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
public static showError(error: any, scene: ScenePlugin): void {
|
||||
console.error(error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user