Now throwing errors
This commit is contained in:
@@ -54,7 +54,7 @@ export class RunnerController {
|
||||
try {
|
||||
runner = await createRunner.toRunner();
|
||||
} catch (error) {
|
||||
return error;
|
||||
throw error;
|
||||
}
|
||||
|
||||
runner = await this.runnerRepository.save(runner)
|
||||
|
||||
Reference in New Issue
Block a user