eric sciple 3 anni fa
parent
commit
4edfe9f331
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/main.ts

+ 2 - 0
src/main.ts

@@ -16,6 +16,8 @@ async function run(): Promise<void> {
         {},
         path.join(__dirname, 'problem-matcher.json')
       )
+      
+      console.log(JSON.stringify(process.env, null, '  '))
 
       // Get sources
       await gitSourceProvider.getSource(sourceSettings)