Fix build errors
This commit is contained in:
@@ -101,7 +101,7 @@ export class LanderSimulation {
|
||||
}
|
||||
}
|
||||
|
||||
private crash(reason: string) {
|
||||
private crash(_reason: string) {
|
||||
this.result = 'CRASHED';
|
||||
this.isGameOver = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user