Fix prompt error, update prompt even if no data received.
git-svn-id: file:///home/svn/framework3/trunk@10931 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f15b370127
commit
7d6add8a35
Binary file not shown.
|
@ -151,9 +151,9 @@ public class InteractWindow extends MsfFrame {
|
|||
outputArea.append(new String(decodedBytes));
|
||||
if(decodedBytes[decodedBytes.length-1] != '\n')
|
||||
outputArea.append("\n");//cause windows is just like that.
|
||||
publish("data");
|
||||
publish(received);
|
||||
}
|
||||
publish("data");
|
||||
publish(received);
|
||||
} catch (MsfException ex) {
|
||||
if(!ex.getMessage().equals("unknown session"))
|
||||
JOptionPane.showMessageDialog(null, ex);
|
||||
|
|
Loading…
Reference in New Issue