Merge branch 'main' into error-handling

This commit is contained in:
cpunk 2023-08-30 12:03:01 -05:00 committed by GitHub
commit bfde2d25cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -878,9 +878,8 @@ int cosmoB_vnewindexBProto(CState *state, int nargs, CValue *args)
// vm.collect()
int cosmoB_vcollect(CState *state, int nargs, CValue *args)
{
// now force a garbage collection
// force a garbage collection
cosmoM_collectGarbage(state);
return 0;
}