( /* arguments */ )
| 129 | } |
| 130 | |
| 131 | function status( /* arguments */ ) { |
| 132 | var args = Array.prototype.slice.call(arguments); |
| 133 | console.log(config.consolePrefix, args.join(' ')); |
| 134 | } |
| 135 | |
| 136 | function run(cmd, msg) { |
| 137 | // All calls are actually synchronous but eventually some task |
no outgoing calls
no test coverage detected
searching dependent graphs…