Skip to content

Commit 0acc002

Browse files
Merge pull request #21 from jackhclee/main
Update output message
2 parents 652ac1a + 709d050 commit 0acc002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function loadRDFOxigraph(data: string, oxiStore: Store, mediaType: string) {
114114
try {
115115

116116
if (mediaType == "application/ld+json") {
117-
outputChannel.appendLine("Converting to JSON-LD to NQuads to preserve named graphs");
117+
outputChannel.appendLine("Converting JSON-LD to NQuads to preserve named graphs");
118118
JSONLDtoNQuads(data)
119119
.then(nquads => {
120120
oxiStore.load(nquads, "application/n-quads", undefined, undefined);

0 commit comments

Comments
 (0)