expose gc
This commit is contained in:
parent
26f3e097b8
commit
01105a12f5
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ export class AppEvents {
|
|||
electron.app.exit()
|
||||
}
|
||||
|
||||
// Expose GC
|
||||
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
||||
|
||||
/***********************************************************************************************************************
|
||||
* Commandline arguments
|
||||
**********************************************************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue