Ericsciple patch 1 (#2)

* Update main.ts

* .

Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
pull/667/head
misamoo 3 years ago committed by GitHub
parent 55e58510f7
commit 5fc50cac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
dist/index.js vendored

@ -4153,6 +4153,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);
}

@ -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)

Loading…
Cancel
Save