diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 81f2e459e..91c83b49b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -145,8 +145,8 @@ jobs: uses: tj-actions/changed-files@v23.2 with: files: | - *.ts - *.js + **/*.ts + **/*.js files_ignore: | lib/vscode diff --git a/src/node/entry.ts b/src/node/entry.ts index 328a49026..2a62ac77a 100644 --- a/src/node/entry.ts +++ b/src/node/entry.ts @@ -60,7 +60,6 @@ async function entry(): Promise { return wrapper.start(args) } -// ignore me entry().catch((error) => { logger.error(error.message) wrapper.exit(error)