瀏覽代碼

Update main.ts

eric sciple 3 年之前
父節點
當前提交
4edfe9f331
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)