This commit is contained in:
parent
3602d8a987
commit
f87393933c
|
@ -402,7 +402,13 @@ var wide = {
|
|||
|
||||
switch (data.cmd) {
|
||||
case 'run': // 正在运行
|
||||
|
||||
if(!wide.curProcessId){
|
||||
bottomGroup.fillOutput($('.bottom-window-group .output > div').html() + '<pre>' + data.output + '</pre>');
|
||||
}else{
|
||||
bottomGroup.fillOutput($('.bottom-window-group .output > div').html().replace(/<\/pre>$/g, data.output + '</pre>');
|
||||
}
|
||||
|
||||
wide.curProcessId = data.pid;
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue