Skip to content

Commit dcfd6a3

Browse files
committed
fix typo
1 parent ee6733d commit dcfd6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/database.lzz

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private:
125125

126126
UseContext;
127127
exports->Set(ctx, StringFromUtf8(isolate, "Database", -1), t->GetFunction(ctx).ToLocalChecked()).FromJust();
128-
SqliteError.Reset(isolate, v8::Local<v8::Function>::Cast(Require(module, "../lib/sqlite-error")));
128+
SqliteError.Reset(isolate, v8::Local<v8::Function>::Cast(Require(module, "../../lib/sqlite-error")));
129129
node::AtExit(Database::AtExit);
130130
}
131131

0 commit comments

Comments
 (0)