Skip to content

Commit 3c98710

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

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
@@ -1466,7 +1466,7 @@ exit 1
14661466
* but need to do more research.
14671467
*/
14681468
"--no-autosquash",
1469-
">/dev/null 2>&1",
1469+
">/dev/null",
14701470
].join(" ");
14711471

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

0 commit comments

Comments
 (0)