mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Tweak error message text
To avoid a false positive gettext unterminated string warning.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
return;
|
||||
}
|
||||
if (plugin.name !== this.name) {
|
||||
throw new Error(`Cannot update ${this.name}'s data using data for ${plugin.name}`);
|
||||
throw new Error(`Cannot update data for ${this.name} using data for ${plugin.name}`);
|
||||
}
|
||||
|
||||
Object.getOwnPropertyNames(plugin).forEach((property) => {
|
||||
|
||||
Reference in New Issue
Block a user