Skip to content

Commit 026ba53

Browse files
committed
fix: do not redirect stderr to /dev/null in native rebase
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent 0ec03fb commit 026ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-stacked-rebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ exit 1
14511451
* but need to do more research.
14521452
*/
14531453
"--no-autosquash",
1454-
">/dev/null 2>&1",
1454+
">/dev/null",
14551455
].join(" ");
14561456

14571457
console.log("launching internal rebase with editorScript to create initial todo:\n%s", cmd);

0 commit comments

Comments
 (0)