fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 4d8b6da2a0 - Show all commits

View file

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