Skip to content

Commit 55a3282

Browse files
committed
Add missing return.
1 parent cfb5908 commit 55a3282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jsonld.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6783,7 +6783,7 @@ function _retrieveContextUrls(input, options, callback) {
67836783
// find all URLs in the given input
67846784
if(!_findContextUrls(input, urls, false, base)) {
67856785
// no new URLs in input
6786-
finished();
6786+
return finished();
67876787
}
67886788

67896789
// queue all unretrieved URLs

0 commit comments

Comments
 (0)