mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 17:56:24 +02:00
parent
94aac00f3b
commit
904a2c5fbf
1 changed files with 4 additions and 3 deletions
|
@ -97,9 +97,10 @@ var instantCommands = [
|
|||
intl.str('show-all-commands'),
|
||||
'<br/>'
|
||||
];
|
||||
allCommands.forEach(function(regex, command) {
|
||||
lines.push(command);
|
||||
});
|
||||
Object.keys(allCommands)
|
||||
.forEach(function(command) {
|
||||
lines.push(command);
|
||||
});
|
||||
|
||||
throw new CommandResult({
|
||||
msg: lines.join('\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue