(key)
| 2495 | catalogRefresh: new catalog.Refresh.Never() |
| 2496 | }, function (options) { |
| 2497 | var p = function (key) { |
| 2498 | if (_.has(options, key)) { |
| 2499 | return JSON.stringify(options[key]); |
| 2500 | } |
| 2501 | return 'none'; |
| 2502 | }; |
| 2503 | |
| 2504 | Console.info(p('ething') + " " + p('port') + " " + p('changed') + |
| 2505 | " " + p('args')); |
no test coverage detected