mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 18:47:44 +00:00
Improve error message to quite user value
This commit is contained in:
parent
97c6194bbb
commit
0a342f2cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function mapType(makiType) {
|
|||
return "any";
|
||||
}
|
||||
|
||||
throw new Error(`Unhandled Maki type ${makiType}`);
|
||||
throw new Error(`Unhandled Maki type "${makiType}"`);
|
||||
}
|
||||
|
||||
function argumentTypeForParameter(param) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue