Skip to content

Commit

Permalink
7.3.3
Browse files Browse the repository at this point in the history
- Fixed tasks not working on Apple M1
  • Loading branch information
Osiris-Team committed Jul 19, 2023
1 parent 00feb5d commit 8997234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.osiris.autoplug.client</groupId>
<artifactId>autoplug-client</artifactId>
<version>7.3.2</version>
<version>7.3.3</version>
<packaging>jar</packaging>

<name>AutoPlug-Client</name>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.github.Osiris-Team</groupId>
<artifactId>Better-Thread</artifactId>
<version>5.1.1</version>
<version>5.1.2</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Osiris-Team.
* Copyright (c) 2021-2023 Osiris-Team.
* All rights reserved.
*
* This software is copyrighted work, licensed under the terms
Expand All @@ -21,8 +21,7 @@
public class SerialBThreadPrinter extends BThreadPrinter {

public SerialBThreadPrinter(BThreadManager manager) throws JLineLinkException {
super(manager);
refreshInterval = 5000;
super(manager, null, 5000, false);
hideRegularOutput = false;
printMissedRegularOutput = false;
}
Expand Down

0 comments on commit 8997234

Please sign in to comment.