fix(scaffolder): stringify error
This commit is contained in:
@@ -104,7 +104,7 @@ export class JobProcessor implements Processor {
|
||||
} catch (ex) {
|
||||
job.error = ex;
|
||||
job.status = 'FAILED';
|
||||
logger.error(`job ${job.id} failed with reason`, { ex });
|
||||
logger.error(`job ${job.id} failed with reason: ${ex}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user