mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +00:00
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
This commit is contained in:
@@ -492,7 +492,6 @@ unmarshal_object :: proc(p: ^Parser, v: any, end_token: Token_Kind) -> (err: Unm
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
case:
|
||||
return UNSUPPORTED_TYPE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user