* 发送错误到 Stdio
(code: number, message: string, data?: any)
| 446 | * 发送错误到 Stdio |
| 447 | */ |
| 448 | private sendErrorToStdio(code: number, message: string, data?: any): void { |
| 449 | this.sendError('stdio', code, message, data); |
| 450 | } |
| 451 | } |
no test coverage detected