Skip to content

Commit 1a6626c

Browse files
committed
why?
1 parent 1f29944 commit 1a6626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/engine/backend/CrashHandler.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class CrashHandler
7979
#if (cpp || hl)
8080
private static function onError(message:Dynamic):Void
8181
{
82-
final log:Array<String> = [];
82+
var log:Array<String> = [];
8383

8484
if (message != null && message.length > 0)
8585
log.push(message);

0 commit comments

Comments
 (0)