test(backend): log log

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-05-31 13:32:36 +09:00
parent f42d2b9e61
commit 4b26b06cad
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ export default abstract class Chart<T extends Schema> {
this.logger.info(`${this.name + (group ? `:${group}` : '')}(${span}): New commit created`);
console.log(log);
return log;
} finally {
unlock();