mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update lazy_sqlite3.h
This commit is contained in:
@@ -311,7 +311,7 @@ static int lazyLoadSQLite()
|
||||
if (sqlite3_handle)
|
||||
return 0;
|
||||
|
||||
if (use_static_sqlite && _user_overriden_sqlite3_lib_path->empty()) {
|
||||
if (use_static_sqlite && _user_overriden_sqlite3_lib_path != nullptr) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user