Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 19, 2024
1 parent 13418e0 commit f8725ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class ServerlessTsoa {
this.specHash = newSpecHash;
}

console.log("!!! this.specFile", this.specFile);
await this.conditionalCopy(workdirSpecFile, this.specFile);

// Using .then becuse the following functions are not dependent on each other
Expand Down

0 comments on commit f8725ad

Please sign in to comment.