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 1f29944 commit 1a6626cCopy full SHA for 1a6626c
source/engine/backend/CrashHandler.hx
@@ -79,7 +79,7 @@ class CrashHandler
79
#if (cpp || hl)
80
private static function onError(message:Dynamic):Void
81
{
82
- final log:Array<String> = [];
+ var log:Array<String> = [];
83
84
if (message != null && message.length > 0)
85
log.push(message);
0 commit comments