Update renderer.js

"rain instance" --> "renderer" in error message
This commit is contained in:
Jeremy Sachs
2025-05-25 09:36:59 -07:00
committed by GitHub
parent b6570de106
commit 83f1eb07c3

View File

@@ -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.");
}
}