Skip to content

Commit 6a9b802

Browse files
committed
Ask for bug report if mismatched enter/exit happens.
1 parent f954309 commit 6a9b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FullSerializer/Source/Internal/fsCyclicReferenceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public bool Exit() {
4141

4242
if (_depth < 0) {
4343
_depth = 0;
44-
throw new InvalidOperationException("Internal Error - Mismatched Enter/Exit");
44+
throw new InvalidOperationException("Internal Error - Mismatched Enter/Exit. Please report a bug at https://github.com/jacobdufault/fullserializer/issues with the serialization data.");
4545
}
4646

4747
return _depth == 0;

0 commit comments

Comments
 (0)