Skip to content

Commit ced1af6

Browse files
committed
Return for binding function.
1 parent da57efd commit ced1af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/bindings.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ auto refreshSchema = HOSTFN("refreshSchema", 1) {
298298
string dbName = args[0].asString(rt).utf8(rt);
299299

300300
sqliteRefreshSchema(dbName);
301+
302+
return {};
301303
});
302304

303305
auto executeInContext = HOSTFN("executeInContext", 3) {

0 commit comments

Comments
 (0)