Skip to content

Commit 4fdcae9

Browse files
committed
error message fix
1 parent 70f96bf commit 4fdcae9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/knowledge-collection-tools.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ ${unsupportedNquads.map((q, i) => ` ${i + 1}. ${q}`).join("\n")}
391391
392392
Full Parsed N-Quads Array:
393393
${nquadsArray.join('\n')}
394-
Parsing failed due to presence of unnamed (blank node) graphs. Please ensure all graphs in the input JSON-LD have proper named IRIs.
395394
`
396395
);
397396
}

0 commit comments

Comments
 (0)