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 96f1410 commit d9d722eCopy full SHA for d9d722e
src/node_sqlite.cc
@@ -1317,7 +1317,7 @@ void DatabaseSync::New(const FunctionCallbackInfo<Value>& args) {
1317
std::string msg = "The \"options.limits." +
1318
std::string(kLimitMapping[i].js_name) +
1319
"\" argument must be an integer.";
1320
- THROW_ERR_INVALID_ARG_TYPE(env->isolate(), msg.c_str());
+ THROW_ERR_INVALID_ARG_TYPE(env->isolate(), msg);
1321
return;
1322
}
1323
0 commit comments