expose gc

This commit is contained in:
vapormusic 2022-01-27 14:11:58 +07:00
parent 26f3e097b8
commit 01105a12f5

View file

@ -45,6 +45,9 @@ export class AppEvents {
electron.app.exit() electron.app.exit()
} }
// Expose GC
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
/*********************************************************************************************************************** /***********************************************************************************************************************
* Commandline arguments * Commandline arguments
**********************************************************************************************************************/ **********************************************************************************************************************/