fix mobs reader template fix (#2031)
This commit is contained in:
parent
0bc01c45c6
commit
ad5d9302db
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ export default class RawMessageReader extends PrimitiveReader {
|
||||||
<% end %>
|
<% end %>
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unrecognizable message type: ${ tp }; Pointer at the position ${this.p} of ${this.buf.length}`)
|
throw new Error(`Unrecognizable message type: ${ tp }; Pointer at the position ${this.p} of ${this.buf.length}`)
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue