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 1728909 commit d16d56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ class ServerlessTsoa {

openApiDestinations.push(this.specFile);

console.log("!!! openApiDestinations", openApiDestinations);

try {
await generateTsoaSpec(spec);
} catch (e) {
Expand Down

0 comments on commit d16d56a

Please sign in to comment.