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 ->
|
fun push() = tabState.safeProcessing { git ->
|
||||||
try {
|
|
||||||
remoteOperationsManager.push(git)
|
remoteOperationsManager.push(git)
|
||||||
} catch (ex: Exception) {
|
|
||||||
ex.printStackTrace()
|
|
||||||
}
|
|
||||||
|
|
||||||
return@safeProcessing RefreshType.ONLY_LOG
|
return@safeProcessing RefreshType.ONLY_LOG
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user