eric sciple 3 年之前
父節點
當前提交
d668097b24
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dist/index.js

+ 1 - 0
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);
             }