mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 07:19:30 -07:00
Update renderer.js
"rain instance" --> "renderer" in error message
This commit is contained in:
@@ -76,7 +76,7 @@ export default class Renderer {
|
|||||||
async configure(config) {
|
async configure(config) {
|
||||||
await this.ready;
|
await this.ready;
|
||||||
if (this.destroyed) {
|
if (this.destroyed) {
|
||||||
throw new Error("Cannot configure a destroyed rain instance.");
|
throw new Error("Cannot configure a destroyed renderer.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user