Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Feb 24, 2020
1 parent ee6733d commit dcfd6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/database.lzz
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private:

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

Expand Down

0 comments on commit dcfd6a3

Please sign in to comment.