Skip to content

Commit

Permalink
Fix broken restart tasks after runner classpath separation
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-petrov committed Aug 24, 2023
1 parent ac18336 commit d25f2d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class Runner {
}
else if(data == 'restart') {
serverManager.stopServer()
serverManager.startServer(null)
serverManager.startServer()
}
else if(data == 'restartWithEvent') {
serverManager.stopServer()
Expand Down

0 comments on commit d25f2d3

Please sign in to comment.