mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
PR #195 bit of style cleanup and error handling and test for error handling
This commit is contained in:
parent
67413c42b6
commit
2423646199
3 changed files with 11 additions and 3 deletions
|
@ -590,8 +590,7 @@ var commandConfig = {
|
|||
interactiveTest: commandOptions['--interactive-test']
|
||||
}
|
||||
);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
engine.rebaseInteractive(
|
||||
args[0],
|
||||
args[1], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue