Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Oct 18, 2020
1 parent 503312a commit 58875a9
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 73 deletions.
32 changes: 0 additions & 32 deletions .classpath

This file was deleted.

23 changes: 0 additions & 23 deletions .project

This file was deleted.

4 changes: 0 additions & 4 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

8 changes: 0 additions & 8 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions .settings/org.eclipse.m2e.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.e3ndr</groupId>
<artifactId>ConsoleUtil</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class WindowsPlatformHandler implements PlatformHandler {

@Override
public void clearConsole() throws InterruptedException, IOException {
new ProcessBuilder("cmd", "/c", "cls").inheritIO().start();
new ProcessBuilder("cmd", "/c", "cls").inheritIO().start().waitFor();
}

@Override
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 58875a9

Please sign in to comment.