From aaa42ce81633fd33981a6ef98bea382d15a04d0d Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 3 Dec 2015 10:41:08 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 0c20d51..1f75b5c 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -74,6 +74,7 @@ function openXTerm(vm){ } }); + // start thread worker.port.start(); worker.port.postMessage({ action: 'open', name: project.name });