fix last commit

This commit is contained in:
jshkurti 2015-06-05 16:22:10 +02:00
parent 1165328d10
commit fb928131af

View File

@ -324,7 +324,7 @@ if (require.main === module) {
if (global.gc && typeof global.gc === 'function') {
try {
global.gc();
} catch () {}
} catch (e) {}
}
}, 30000);
}