| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3ba813b commit 287e023
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2432,9 +2432,6 @@ void DatabaseSync::LoadExtension(const FunctionCallbackInfo<Value>& args) { | |||
| 2432 | 2432 | BufferValue entryPoint(isolate, args[1]); | |
| 2433 | 2433 | CHECK_NOT_NULL(*path); | |
| 2434 | 2434 | ToNamespacedPath(env, &path); | |
| 2435 | - if (*entryPoint == nullptr) { | ||
| 2436 | - ToNamespacedPath(env, &entryPoint); | ||
| 2437 | - } | ||
| 2438 | 2435 | THROW_IF_INSUFFICIENT_PERMISSIONS( | |
| 2439 | 2436 | env, permission::PermissionScope::kFileSystemRead, path.ToStringView()); | |
| 2440 | 2437 | char* errmsg = nullptr; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments