chore: code formatting

This commit is contained in:
github-actions[bot]
2022-12-18 23:22:52 +00:00
parent 7924b609f8
commit a1fe86bd0d
2 changed files with 3 additions and 3 deletions

View File

@@ -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