We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1691fb9 commit a261d67Copy full SHA for a261d67
lib/documentLoaders/node.js
@@ -83,7 +83,7 @@ module.exports = ({
83
const statusText = http.STATUS_CODES[res.statusCode];
84
if(res.statusCode >= 400) {
85
throw new JsonLdError(
86
- 'URL ' + url + ' could not be dereferenced: ' + statusText,
+ `URL "${url}" could not be dereferenced: ${statusText}`,
87
'jsonld.InvalidUrl', {
88
code: 'loading document failed',
89
url,
0 commit comments