Skip to content

Commit

Permalink
chore: add some debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Nov 20, 2023
1 parent 3f2e478 commit d332fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export class PurgeRequestManager {

if (IsDebug(this.ProgramOptions)) {
Actions.debug(`SplittedFilenames variable in requests.ts: ${JSON.stringify(SplittedFilenames)}`)
Actions.debug(`Filenames variable in requests.ts: ${JSON.stringify(Filenames)}`)
Actions.debug(`BranchOrTag variable in requests.ts: ${BranchOrTag}`)
}

if (SplittedFilenames[SplittedFilenames.length - 1].length < 20) {
Expand Down

0 comments on commit d332fdc

Please sign in to comment.