Skip to content

Commit

Permalink
Update Main.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Mar 26, 2024
1 parent d17b9ce commit 3a11a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Main extends Sprite
}
}

errMsg += "\nUncaught Error: " + e.error + "\nPlease report this error to the GitHub page:" + EngineData.mainCoreShit.mainRepo + "\n\n> Crash Handler written by: sqirra-rng";
errMsg += "\nUncaught Error: " + e.error + "\nPlease report this error to the GitHub page:" + EngineData.mainCoreShit.mainRepo + "\n\n---------------------------------------------------------\n> Crash Handler written by: sqirra-rng";

if (!FileSystem.exists("./crash/"))
FileSystem.createDirectory("./crash/");
Expand Down

0 comments on commit 3a11a07

Please sign in to comment.