종료 버그 수정 2
This commit is contained in:
parent
2edeef92e8
commit
552b669031
|
@ -123,6 +123,7 @@ func (p *processor) StartMonitoring() {
|
||||||
if err := recover(); err != nil {
|
if err := recover(); err != nil {
|
||||||
p.handler.NotifyError(err.(error))
|
p.handler.NotifyError(err.(error))
|
||||||
}
|
}
|
||||||
|
p.handler.DecreaseWait()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
tempeturePathGlob := path.Join(p.tempeturePath, "temp?_input")
|
tempeturePathGlob := path.Join(p.tempeturePath, "temp?_input")
|
||||||
|
|
Loading…
Reference in New Issue