(name, alternative)
| 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 |
no outgoing calls
no test coverage detected