| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(errors): user defines its own r/o err.toJSON When user code defines it's own Error.prototype.toJSON, which is defined as a read-only property - the fixed line crashes. It happens specificly because of the old-school `Object.create(prototype)` thing. | 6 年前 |