Fixed outputing crash advice twice

This commit is contained in:
huangyuhui
2017-03-12 13:50:20 +08:00
parent fd2a5a07a1
commit 4f03ec503f
9 changed files with 104 additions and 52 deletions

View File

@@ -39,6 +39,4 @@ public interface IProcess {
void stop();
void waitForCommandLineCompletion();
}