Removing stack in failed rebases
This commit is contained in:
2
app.ts
2
app.ts
@@ -190,7 +190,7 @@ const rebaseBranch = async ({
|
||||
onBranch
|
||||
]).catch(async error => {
|
||||
writeConsole(`Failed to rebase ${ branch } on ${ onBranch }`, LogLevel.WARNING);
|
||||
writeConsole(error, LogLevel.WARNING)
|
||||
writeConsole(error?.message, LogLevel.WARNING) // Using message to not show the stack
|
||||
await runGitCommand([
|
||||
"rebase",
|
||||
"--abort"
|
||||
|
||||
Reference in New Issue
Block a user