This commit is contained in:
Qiao 2014-11-26 23:20:45 +08:00
parent f87393933c
commit 9a480e7507
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ var wide = {
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>');
bottomGroup.fillOutput($('.bottom-window-group .output > div').html().replace(/<\/pre>$/g, data.output + '</pre>'));
}
wide.curProcessId = data.pid;