Skip to content

Commit

Permalink
fix: delete exit in master
Browse files Browse the repository at this point in the history
  • Loading branch information
hataehyeok committed Dec 10, 2023
1 parent 7c946e3 commit 392bcd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/src/main/scala/Master.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ object Master extends Logging {
master.run()(ExecutionContext.global),
scala.concurrent.duration.Duration.Inf
)
System.exit(0)
}

}
Expand Down

0 comments on commit 392bcd3

Please sign in to comment.