This commit is contained in:
Liang Ding 2014-11-01 17:38:12 +08:00
parent b4c2a7cd81
commit a6cecc0f5d
2 changed files with 14 additions and 0 deletions

View File

@ -137,6 +137,8 @@ func RunHandler(w http.ResponseWriter, r *http.Request) {
for {
buf, err := outReader.ReadString('\n')
// TODO: fix the duplicated error
if nil != err {
// remove the exited process from user process set
processes.remove(wSession, cmd.Process)

View File

@ -0,0 +1,12 @@
body {
font-family: Helvetica, 'Microsoft Yahei';
}
input,
button {
font-family: Helvetica, 'Microsoft Yahei';
}
.edit-exprinfo, .CodeMirror, .CodeMirror-hints {
font-size: 9;
}