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

Function success

lib/cli/generate.js:17–19  ·  view source on GitHub ↗
(name, alternative)

Source from the content-addressed store, hash-verified

15
16 // Private
17 success = function(name, alternative) {
18 return log(' ✓'.green, name, (alternative || '').grey);
19 },
20
21 // TODO - investigate whether this would be better
22 // using the async version of fs.mkdir - PJENSEN

Callers 2

sass.jsFile · 0.85
generate.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected