Expose gc() in specs.

This commit is contained in:
Cheng Zhao 2013-07-29 16:35:42 +08:00
parent cd19666307
commit 402dc2f5d2

View file

@ -4,6 +4,8 @@ var BrowserWindow = require('browser-window');
var window = null;
app.commandLine.appendSwitch('js-flags', '--expose_gc');
ipc.on('message', function() {
ipc.send.apply(this, arguments);
});