diff --git a/src/main.ts b/src/main.ts index 0684c6f..fc71147 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,8 @@ import * as inputHelper from './input-helper' import * as path from 'path' import * as stateHelper from './state-helper' +const thing = 5 + async function run(): Promise { try { const sourceSettings = await inputHelper.getInputs()