chore: code formatting
This commit is contained in:
@@ -423,7 +423,7 @@ function quit(reason) {
|
|||||||
},
|
},
|
||||||
set content(value) {
|
set content(value) {
|
||||||
this._content = Buffer.isBuffer(value) ? value : Buffer.from(typeof value === "object" ? JSON.stringify(value) : `${value}`)
|
this._content = Buffer.isBuffer(value) ? value : Buffer.from(typeof value === "object" ? JSON.stringify(value) : `${value}`)
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
buffer.content = rendered
|
buffer.content = rendered
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user