1
0
Fork 0

종료 버그 수정 2

This commit is contained in:
Sangbum Kim 2018-07-06 02:04:28 +09:00
parent 2edeef92e8
commit 552b669031
1 changed files with 1 additions and 0 deletions

View File

@ -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")