fixes #167
This commit is contained in:
parent
0eb30c4baf
commit
eb50a1757a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export function validatePublisher(publisher: string): void {
|
|||
}
|
||||
|
||||
if (!nameRegex.test(publisher)) {
|
||||
throw new Error(`Invalid publisher '${publisher}'`);
|
||||
throw new Error(`Invalid publisher name '${publisher}'. Expected the identifier of a publisher, not its human-friendly name.`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue