fix(basic.gblib): Databases. #392 @othonlima.

This commit is contained in:
Rodrigo Rodriguez 2023-11-30 22:31:45 -03:00
parent 2e458fd896
commit 4d8b6da2a0

View file

@ -81,9 +81,9 @@ export class GBServer {
setFlagsFromString('--expose_gc'); setFlagsFromString('--expose_gc');
const runGC = () { const runGC = () => {
setTimeout(function() { setTimeout(() => {
// Do something here // Do something here
GBLog.info('Running GC...'); GBLog.info('Running GC...');