mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
logging to regain inspiration
This commit is contained in:
parent
e1276066d0
commit
9637c0cfa6
8 changed files with 140 additions and 3 deletions
|
@ -11,6 +11,7 @@ var Errors = require('../util/errors');
|
|||
var Warning = Errors.Warning;
|
||||
|
||||
var util = require('../util');
|
||||
var log = require('../log');
|
||||
var keyboard = require('../util/keyboard');
|
||||
|
||||
var CommandPromptView = Backbone.View.extend({
|
||||
|
@ -232,6 +233,7 @@ var CommandPromptView = Backbone.View.extend({
|
|||
if (this.commands.length > 100) {
|
||||
this.clearLocalStorage();
|
||||
}
|
||||
log.commandEntered(value);
|
||||
},
|
||||
|
||||
submitCommand: function(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue