mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29: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) {
|
||||
await this.ready;
|
||||
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