Skip to content

Commit bf15a39

Browse files
committed
name the deploy thread
1 parent 4821c91 commit bf15a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/main/java/edu/wpi/grip/ui/DeployController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void onDeploy() {
115115
console.clear();
116116

117117
// Start the deploy in a new thread, so the GUI doesn't freeze
118-
deployThread = Optional.of(new Thread(this::deploy));
118+
deployThread = Optional.of(new Thread(this::deploy, "Deploy"));
119119
deployThread.get().setDaemon(true);
120120
deployThread.get().start();
121121
}

0 commit comments

Comments
 (0)