We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c41b5c commit e47480bCopy full SHA for e47480b
src/node_sqlite.cc
@@ -767,7 +767,7 @@ Intercepted DatabaseSyncLimits::LimitsSetter(
767
Isolate* isolate = env->isolate();
768
769
Utf8Value prop_name(isolate, property);
770
- const LimitInfo* limit_info = GetLimitInfoFromName(*prop_name);
+ const LimitInfo* limit_info = GetLimitInfoFromName(prop_name.ToStringView());
771
772
if (limit_info == nullptr) {
773
return Intercepted::kNo;
0 commit comments