This commit is contained in:
X1nto 2021-01-15 22:06:45 +04:00
parent 0d80587b4a
commit 793d3f3f26
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ object PackageHelper {
else
process.destroy()
sendFailure(listOf("Files_Missing_VA").toMutableList(), context)
sendFailure(e.stackTrace.map { it.toString() }.toMutableList(), context)
sendCloseDialog(context)
}
process.waitFor()