Skip to content

Commit

Permalink
Fix /dev/blob typo in error message (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis authored Aug 11, 2024
1 parent 8fced93 commit c6d7913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/src/pglite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class PGlite implements PGliteInterface, AsyncDisposable {
const buf = this.#queryReadBuffer
if (!buf) {
throw new Error(
'No /deb/blob File or Blob provided to read from',
'No /dev/blob File or Blob provided to read from',
)
}
const contents = new Uint8Array(buf)
Expand Down

1 comment on commit c6d7913

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.