fix(intellij): node process not closed. (#336)

release-0.0
Zhiming Ma 2023-08-04 16:59:31 +08:00 committed by GitHub
parent a90a195807
commit 81f953faea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Agent : ProcessAdapter() {
fun close() {
streamWriter.close()
process.destroyProcess()
process.killProcess()
}
private var requestId = 1