fix(basic.gblib): Databases. #392 @othonlima.
This commit is contained in:
parent
2e458fd896
commit
4d8b6da2a0
1 changed files with 12 additions and 12 deletions
|
@ -81,9 +81,9 @@ export class GBServer {
|
|||
|
||||
setFlagsFromString('--expose_gc');
|
||||
|
||||
const runGC = () {
|
||||
const runGC = () => {
|
||||
|
||||
setTimeout(function() {
|
||||
setTimeout(() => {
|
||||
|
||||
// Do something here
|
||||
GBLog.info('Running GC...');
|
||||
|
|
Loading…
Add table
Reference in a new issue