We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa626 commit c5bbd7bCopy full SHA for c5bbd7b
source/Main.hx
@@ -564,6 +564,7 @@ class Main extends Sprite
564
}
565
566
errMsg += "\nUncaught Error: " + e.error;
567
+ errMsg += "\nError Code: " + new DetailedException(e).errorCode;
568
// remove if you're modding and want the crash log message to contain the link
569
// please remember to actually modify the link for the github page to report the issues to.
570
errMsg += "\nPlease report this error to the GitHub page: https://github.com/Z11Gaming/Mixtape-Engine-Rework";
0 commit comments