Skip to content

Commit 6025a7b

Browse files
brianorwhateverdlongley
authored andcommitted
Update lib/ContextResolver.js
Co-authored-by: Dave Longley <[email protected]>
1 parent 31898c1 commit 6025a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ContextResolver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = class ContextResolver {
171171
}
172172
} catch(e) {
173173
throw new JsonLdError(
174-
'Dereferencing the URL ' + url + ' did not result in a valid JSON-LD ' +
174+
`Dereferencing the URL "${url}" did not result in a valid JSON-LD ` +
175175
'object. Possible causes are an inaccessible URL perhaps due to ' +
176176
'a same-origin policy (ensure the server uses CORS if you are ' +
177177
'using client-side JavaScript), too many redirects, a ' +

0 commit comments

Comments
 (0)