Fixed push not showing errors
This commit is contained in:
parent
0091f3abb8
commit
a4ce691679
@ -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 New Issue
Block a user