We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b48055 commit 31898c1Copy full SHA for 31898c1
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