try this for ts changes

This commit is contained in:
Joe Previte 2022-09-21 15:24:17 -07:00
parent 77adf7bda8
commit 97842c403d
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 2 additions and 3 deletions

View File

@ -145,8 +145,8 @@ jobs:
uses: tj-actions/changed-files@v23.2
with:
files: |
*.ts
*.js
**/*.ts
**/*.js
files_ignore: |
lib/vscode

View File

@ -60,7 +60,6 @@ async function entry(): Promise<void> {
return wrapper.start(args)
}
// ignore me
entry().catch((error) => {
logger.error(error.message)
wrapper.exit(error)