Add ProfilerCommand.kt
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-11-27 17:43:22 +01:00
parent 8141f909eb
commit f098a482a3

View File

@@ -22,6 +22,8 @@ class ProfilerCommand: CliktCommand("profiler") {
.start() .start()
.waitFor() .waitFor()
Thread.sleep(1000)
ProcessBuilder() ProcessBuilder()
.command("ssh", "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-p", port.toString(), "spark@localhost") .command("ssh", "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-p", port.toString(), "spark@localhost")
.inheritIO() .inheritIO()