fix(gsd): use valid codebase refresh logger
This commit is contained in:
parent
655f10de4b
commit
a8000489b3
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ export async function postUnitPostVerification(pctx: PostUnitContext): Promise<"
|
|||
});
|
||||
}
|
||||
} catch (e) {
|
||||
logWarning("postUnit", `CODEBASE refresh failed: ${(e as Error).message}`);
|
||||
logWarning("engine", `CODEBASE refresh failed: ${(e as Error).message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue