Disabling explicit any check on error handling
This commit is contained in:
parent
e0fcb38c4f
commit
65d2c3dfb0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue