mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 12:40:47 +00:00
remove testing error
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
* store in BigQuery DONE 12/10/2024
|
||||
* remove dash from game id DONE 12/11/2024
|
||||
* bug: transport display event when it lands DONE 12/11/2024
|
||||
* have crash print stacktrace
|
||||
* have crash print stacktrace DONE 12/11/2024
|
||||
* bug: name not updating location in spawn phase
|
||||
* allow longer names and allow them to be displayed in the Rank UI not be cut
|
||||
* make boats work on oceania
|
||||
|
||||
@@ -183,7 +183,6 @@ export class GameRunner {
|
||||
this.gs.addExecution(...this.executor.createExecs(this.turns[this.currTurn]))
|
||||
try {
|
||||
this.gs.executeNextTick()
|
||||
throw new Error('test')
|
||||
} catch (error) {
|
||||
const errorText = `Error: ${error.message}\nStack: ${error.stack}`;
|
||||
alert("Game crashed!\n Please paste the following your bug report in Discord:\n" + errorText);
|
||||
|
||||
Reference in New Issue
Block a user