File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colyseus/schema" ,
3
- "version" : " 3.0.40 " ,
3
+ "version" : " 3.0.41 " ,
4
4
"description" : " Binary state serializer with delta encoding for games" ,
5
5
"bin" : {
6
6
"schema-codegen" : " bin/schema-codegen" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class Decoder<T extends Schema = any> {
65
65
// Trying to access a reference that haven't been decoded yet.
66
66
//
67
67
if ( ! nextRef ) {
68
- console . error ( `"refId" not found: ${ nextRefId } ` , { previousRef : this , previousRefId : this . currentRefId } ) ;
68
+ console . error ( `"refId" not found: ${ nextRefId } ` , { previousRef : ref , previousRefId : this . currentRefId } ) ;
69
69
console . warn ( "Please report this to the developers. All refIds =>" ) ;
70
70
console . warn ( Schema . debugRefIdsDecoder ( this ) ) ;
71
71
this . skipCurrentStructure ( bytes , it , totalBytes ) ;
You can’t perform that action at this time.
0 commit comments