mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
fix(intellij): node process not closed. (#336)
This commit is contained in:
parent
a90a195807
commit
81f953faea
@ -149,7 +149,7 @@ class Agent : ProcessAdapter() {
|
||||
|
||||
fun close() {
|
||||
streamWriter.close()
|
||||
process.destroyProcess()
|
||||
process.killProcess()
|
||||
}
|
||||
|
||||
private var requestId = 1
|
||||
|
Loading…
Reference in New Issue
Block a user