Fixed push not showing errors
This commit is contained in:
parent
0091f3abb8
commit
a4ce691679
1 changed files with 1 additions and 5 deletions
|
@ -19,11 +19,7 @@ class MenuViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
fun push() = tabState.safeProcessing { git ->
|
||||
try {
|
||||
remoteOperationsManager.push(git)
|
||||
} catch (ex: Exception) {
|
||||
ex.printStackTrace()
|
||||
}
|
||||
remoteOperationsManager.push(git)
|
||||
|
||||
return@safeProcessing RefreshType.ONLY_LOG
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue