Skip to content

Commit 886616b

Browse files
committedOct 29, 2022
use this.log instead
1 parent 98fd3f0 commit 886616b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/runner/Executor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class Executor {
263263

264264
if (!hasMessages || this.options.removePreviousComments) {
265265
if (process.env["DANGER_SKIP_WHEN_EMPTY"] === "true") {
266-
this.d(`Skip posting to platform ${this.platform.name}.`)
266+
this.log(`Skip posting to platform ${this.platform.name}.`)
267267
} else {
268268
if (!hasMessages) {
269269
this.log(`Found no issues or messages from Danger. Removing any existing messages on ${this.platform.name}.`)

0 commit comments

Comments
 (0)
Please sign in to comment.