This commit is contained in:
parent
b4c2a7cd81
commit
a6cecc0f5d
|
@ -137,6 +137,8 @@ func RunHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
for {
|
for {
|
||||||
buf, err := outReader.ReadString('\n')
|
buf, err := outReader.ReadString('\n')
|
||||||
|
|
||||||
|
// TODO: fix the duplicated error
|
||||||
|
|
||||||
if nil != err {
|
if nil != err {
|
||||||
// remove the exited process from user process set
|
// remove the exited process from user process set
|
||||||
processes.remove(wSession, cmd.Process)
|
processes.remove(wSession, cmd.Process)
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue