From d668097b24e2838bd2d118a3993e994821590a3d Mon Sep 17 00:00:00 2001 From: eric sciple Date: Mon, 12 Jul 2021 11:09:36 -0500 Subject: [PATCH] . --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index e765cc2..37dc989 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3286,6 +3286,7 @@ function run() { try { // Register problem matcher coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json')); + console.log(JSON.stringify(process.env, null, ' ')); // Get sources yield gitSourceProvider.getSource(sourceSettings); }