We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31898c1 commit 6025a7bCopy full SHA for 6025a7b
lib/ContextResolver.js
@@ -171,7 +171,7 @@ module.exports = class ContextResolver {
171
}
172
} catch(e) {
173
throw new JsonLdError(
174
- 'Dereferencing the URL ' + url + ' did not result in a valid JSON-LD ' +
+ `Dereferencing the URL "${url}" did not result in a valid JSON-LD ` +
175
'object. Possible causes are an inaccessible URL perhaps due to ' +
176
'a same-origin policy (ensure the server uses CORS if you are ' +
177
'using client-side JavaScript), too many redirects, a ' +
0 commit comments