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 d8696b6 commit 7cf70fbCopy full SHA for 7cf70fb
lib/ContextResolver.js
@@ -184,7 +184,7 @@ module.exports = class ContextResolver {
184
// ensure ctx is an object
185
if(!_isObject(context)) {
186
throw new JsonLdError(
187
- 'Dereferencing the URL ' + url + ' did not result in a JSON object. ' +
+ `Dereferencing the URL "${url}" did not result in a JSON object. ` +
188
'The response was valid JSON, but it was not a JSON object.',
189
'jsonld.InvalidUrl', {code: 'invalid remote context', url});
190
}
0 commit comments