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)
|
daemonInterface.onProgress(referenceId, work, progress)
|
||||||
outputCache.clear()
|
outputCache.clear()
|
||||||
}
|
}
|
||||||
|
} catch (e: IndexOutOfBoundsException) {
|
||||||
|
// Do nothing
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
//logger.error { e.message }
|
//logger.error { e.message }
|
||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user