Removing stack in failed rebases
This commit is contained in:
2
app.ts
2
app.ts
@@ -190,7 +190,7 @@ const rebaseBranch = async ({
|
|||||||
onBranch
|
onBranch
|
||||||
]).catch(async error => {
|
]).catch(async error => {
|
||||||
writeConsole(`Failed to rebase ${ branch } on ${ onBranch }`, LogLevel.WARNING);
|
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([
|
await runGitCommand([
|
||||||
"rebase",
|
"rebase",
|
||||||
"--abort"
|
"--abort"
|
||||||
|
|||||||
39
dist/app.js
vendored
39
dist/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user