This commit is contained in:
Dan Stillman 2016-12-20 03:33:04 -05:00
parent 0f89d4d7f5
commit 2f65c7d29c

View file

@ -110,7 +110,7 @@ Zotero.URI = new function () {
break;
default:
throw ("Unsupported library type '" + libraryType + "' in Zotero.URI.getLibraryPath()");
throw new Error(`Unsupported library type '${libraryType}' for library ${libraryID}`);
}
return libraryType + "s/" + id;