(err)
| 2 | var exec = require('child_process').exec; |
| 3 | |
| 4 | function _throw(err) { |
| 5 | console.log(err); |
| 6 | throw err; |
| 7 | } |
| 8 | |
| 9 | exports.execCmd = function (cmd, cb, errorCb) { |
| 10 | cb = cb ? cb : function () {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…