Now throwing errors

This commit is contained in:
2020-12-09 18:59:01 +01:00
parent af1ad482d4
commit 77b769446f
7 changed files with 7 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ export class RunnerController {
try {
runner = await createRunner.toRunner();
} catch (error) {
return error;
throw error;
}
runner = await this.runnerRepository.save(runner)