MCPcopy Index your code
hub / github.com/socketstream/socketstream / error

Function error

misc/validate-commit-msg.js:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36var error = function() {
37 // gitx does not display it
38 // http://gitx.lighthouseapp.com/projects/17830/tickets/294-feature-display-hook-error-message-when-hook-fails
39 // https://groups.google.com/group/gitx/browse_thread/thread/a03bcab60844b812
40 console.error('INVALID COMMIT MSG: ' + util.format.apply(null, arguments));
41};
42
43
44var validateMessage = function(message) {

Callers 2

sass.jsFile · 0.85
validateMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected