Skip to content

Commit 2ac4221

Browse files
authored
Merge pull request #1 from nev-r/patch-1
extremely minor update vtab.ts
2 parents 5e9498d + 4e86921 commit 2ac4221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vtab.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export class SeriesVtab implements sqlite3_module {
207207
iVersion: number = 2;
208208
cursors = new Map<number, Cursor>();
209209
constructor(private module: SqljsEmscriptenModuleType, private db: Database) {
210-
console.log("cnostructed vfs");
210+
console.log("constructed vfs");
211211
}
212212
getCursor(cursor: Ptr<sqlite3_vtab_cursor>): Cursor {
213213
const cursorObj = this.cursors.get(cursor);

0 commit comments

Comments
 (0)