Update
This commit is contained in:
parent
a72a1be19c
commit
93ec06089d
@ -23,6 +23,8 @@ class EncodeDaemon(val referenceId: String, val work: EncodeWork, val daemonInte
|
||||
daemonInterface.onProgress(referenceId, work, progress)
|
||||
outputCache.clear()
|
||||
}
|
||||
} catch (e: IndexOutOfBoundsException) {
|
||||
// Do nothing
|
||||
} catch (e: Exception) {
|
||||
//logger.error { e.message }
|
||||
e.printStackTrace()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user