(data: string, exitCode: number)
| 73 | } |
| 74 | |
| 75 | private writeAndExit(data: string, exitCode: number) { |
| 76 | return process.stdout.write(data, () => logger.exitAfterFlush(exitCode, this.command.name)); |
| 77 | } |
| 78 | |
| 79 | private async runMigrateIfNeeded(): Promise<any> { |
| 80 | // @ts-ignore LegacyCommandAdapter has .migration |
no test coverage detected