Skip to content

Commit bf7b182

Browse files
committed
Fix obfuscation issue
1 parent 228df8a commit bf7b182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_GameMaker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function yyUnhandledExceptionHandler( event )
161161
let error = event.error;
162162

163163
// Construct a GML struct to encapsulate the error details.
164-
let errorStruct = { }
164+
let errorStruct = { };
165165
errorStruct.__type = "___struct___";
166166
errorStruct.__yyIsGMLObject = true;
167167

0 commit comments

Comments
 (0)