From f8725ad8238b159cf387291a4a4d0cca0203ace5 Mon Sep 17 00:00:00 2001 From: Christian Nuss Date: Mon, 19 Feb 2024 16:18:22 -0500 Subject: [PATCH] debug logging --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a0d356c..673c85d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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