error at buffer ``` // Write the `string` value given as argument TypeObject.prototype.writeString = function (str) { return this.writeBytes(Buffer.from(str)); }; ```