0
1
Fork 0

Update main.ts

This commit is contained in:
eric sciple 2021-07-12 11:06:24 -05:00 committed by GitHub
parent 25a956c84d
commit 4edfe9f331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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