update files

This commit is contained in:
nuintun
2015-12-02 15:19:46 +08:00
parent b3176ef2e9
commit 2417733cc0
2 changed files with 3 additions and 2 deletions

View File

@@ -162,7 +162,6 @@ module.exports = Vue.component('app-main', {
}, false);
ipc.on('emulator', function (event, type, project, data){
worker.postMessage({ action: 'write', name: project.name, data: data + '' });
// event.sender.send('emulator', project, 'stop');
@@ -177,6 +176,8 @@ module.exports = Vue.component('app-main', {
}
};
window.worker = worker;
openXTerm(this.project.name);
}
});