Skip to content

Commit

Permalink
[Build] Print correct process name
Browse files Browse the repository at this point in the history
  • Loading branch information
rmheuer committed Dec 2, 2023
1 parent cb857c9 commit 5cf39e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ task simEverything {
process.descendants()
.forEach({it.destroy()})
process.destroy()
println "Stopped background process: " + name
println "Stopped background process: " + subprocess.name
}
}
}

0 comments on commit 5cf39e9

Please sign in to comment.