Skip to content

Commit

Permalink
why not work
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin committed Nov 24, 2023
1 parent faa3386 commit f424dba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
package-extension:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion tools/bundle/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const args = [Bundle.Base, "tools/bundle/output/"];
try {
if (process.cwd().endsWith("dll")) process.chdir("../");

//const start = performance.now();
if (Program.main(...args) === false) {
throw `An unknown error has occured`;
}
Expand Down

0 comments on commit f424dba

Please sign in to comment.