diff --git a/src/main.ts b/src/main.ts index 4702fe0..410a767 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,6 +16,8 @@ async function run(): Promise { {}, path.join(__dirname, 'problem-matcher.json') ) + + console.log(JSON.stringify(process.env, null, ' ')) // Get sources await gitSourceProvider.getSource(sourceSettings)