We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fd3f0 commit 886616bCopy full SHA for 886616b
source/runner/Executor.ts
@@ -263,7 +263,7 @@ export class Executor {
263
264
if (!hasMessages || this.options.removePreviousComments) {
265
if (process.env["DANGER_SKIP_WHEN_EMPTY"] === "true") {
266
- this.d(`Skip posting to platform ${this.platform.name}.`)
+ this.log(`Skip posting to platform ${this.platform.name}.`)
267
} else {
268
if (!hasMessages) {
269
this.log(`Found no issues or messages from Danger. Removing any existing messages on ${this.platform.name}.`)
0 commit comments