update files

This commit is contained in:
nuintun 2016-01-14 11:03:58 +08:00
parent 41baef028c
commit 1ac29f0627

View File

@ -46,7 +46,6 @@ module.exports = {
thread.on('close', function (signal){
event.sender.send('emulator', 'close', project, signal.toString());
console.log('close');
delete threads[project.name];
});