Explorar el Código

Update main.ts

eric sciple hace 3 años
padre
commit
4edfe9f331
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)