Skip to content

Commit 9b90b09

Browse files
committed
Fix updater
1 parent 2022ff3 commit 9b90b09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/mcphackers/mcp/tasks/TaskDownloadUpdate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void doTask() throws Exception {
5757
jarPath.toString()
5858
};
5959
Util.runCommand(cmd);
60+
System.exit(0);
6061
}
6162
else {
6263
throw new IOException("Running from a folder! Aborting");

0 commit comments

Comments
 (0)