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 8c6c66c commit f2bfe7aCopy full SHA for f2bfe7a
src/node_sqlite.cc
@@ -1290,7 +1290,8 @@ void DatabaseSync::New(const FunctionCallbackInfo<Value>& args) {
1290
1291
// Parse limits option
1292
Local<Value> limits_v;
1293
- if (!options->Get(env->context(), env->limits_string()).ToLocal(&limits_v)) {
+ if (!options->Get(env->context(), env->limits_string())
1294
+ .ToLocal(&limits_v)) {
1295
return;
1296
}
1297
if (!limits_v->IsUndefined()) {
0 commit comments