From 615e9d5f98b92c7066a18f636bfa9b072f996d2e Mon Sep 17 00:00:00 2001 From: Greg Mohler <110078080+CallMeGreg@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:28:11 -0400 Subject: [PATCH] Add constant 'thing' to main.ts --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) 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()