(command: string, args: string[], execParams: ExecutionOptions)
| 2771 | } |
| 2772 | |
| 2773 | async doBuildstep(command: string, args: string[], execParams: ExecutionOptions) { |
| 2774 | const result = await this.exec(command, args, execParams); |
| 2775 | return this.processExecutionResult(result); |
| 2776 | } |
| 2777 | |
| 2778 | handleUserError(error: any, dirPath: string): CompilationResult { |
| 2779 | return { |
no test coverage detected