(model: string, serverUrl: string)
| 643 | }, |
| 644 | |
| 645 | config(model: string, serverUrl: string): void { |
| 646 | console.log(chalk.gray(" Model: ") + chalk.white(model)); |
| 647 | console.log(chalk.gray(" Server: ") + chalk.white(serverUrl)); |
| 648 | }, |
| 649 | |
| 650 | task(task: string, method: string): void { |
| 651 | console.log(chalk.gray(" Task: ") + chalk.white(task)); |
no outgoing calls
no test coverage detected