Skip to content

Commit 4a27eea

Browse files
committed
fix notifier logs
1 parent 188a023 commit 4a27eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli-v3/src/entryPoints/managed/notifier.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export class RunNotifier {
7878
}
7979

8080
private sendDebugLog(message: string, properties?: SendDebugLogOptions["properties"]) {
81-
this.logger?.sendDebugLog({
81+
this.logger.sendDebugLog({
82+
runId: this.runFriendlyId,
8283
message: `[notifier] ${message}`,
8384
properties: {
8485
...properties,

0 commit comments

Comments
 (0)