We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e9498d + 4e86921 commit 2ac4221Copy full SHA for 2ac4221
src/vtab.ts
@@ -207,7 +207,7 @@ export class SeriesVtab implements sqlite3_module {
207
iVersion: number = 2;
208
cursors = new Map<number, Cursor>();
209
constructor(private module: SqljsEmscriptenModuleType, private db: Database) {
210
- console.log("cnostructed vfs");
+ console.log("constructed vfs");
211
}
212
getCursor(cursor: Ptr<sqlite3_vtab_cursor>): Cursor {
213
const cursorObj = this.cursors.get(cursor);
0 commit comments