Skip to content

Commit 987f7c8

Browse files
author
Daniel Beeke
committed
fix
1 parent c576f57 commit 987f7c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/LocalStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class LocalStore implements Source, RdfJsStore {
278278
} catch (error) {
279279
if (!hasEnded) {
280280
hasEnded = true
281-
stream.destroy(error)
281+
stream.destroy(error as Error)
282282
}
283283
}
284284
}

0 commit comments

Comments
 (0)