mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
mixup in case of DISPLAY messages type (#1038)
ProjectEvent message mixup fixed. Fixes #1036
This commit is contained in:
@@ -165,7 +165,7 @@ public class DefaultClient implements Client {
|
||||
} catch (DaemonException.InterruptedException e) {
|
||||
final AttributedStyle s = new AttributedStyle().bold().foreground(AttributedStyle.RED);
|
||||
String str = new AttributedString(System.lineSeparator() + "Canceled by user", s).toAnsi();
|
||||
output.accept(Message.display(str));
|
||||
output.accept(Message.err(str));
|
||||
exitCode = 130;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user