Skip to content

Commit

Permalink
style: remove useless catch
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jul 31, 2021
1 parent ed41e65 commit f031720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@rebeccastevens/eslint-config": "^1.0.10",
"@rebeccastevens/eslint-config": "^1.0.12",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile-tests.ts
Expand Up @@ -59,4 +59,4 @@ async function createTestsHelpersTsConfig() {
}

// Run the script.
run().catch((error) => void console.error(error));
void run();
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -473,10 +473,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@rebeccastevens/eslint-config@^1.0.10":
version "1.0.10"
resolved "https://registry.npmjs.org/@rebeccastevens/eslint-config/-/eslint-config-1.0.10.tgz"
integrity sha512-VW7zpKL0mrclSjOZfIoFXADemr7kfcHz8Ev3WmG0ZmD/IKONzStJHOzJR57Y6uc/MZvtHCw1ILt3XmuZmoVVaw==
"@rebeccastevens/eslint-config@^1.0.12":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@rebeccastevens/eslint-config/-/eslint-config-1.0.12.tgz#d3f2ebfc6f03c63eddb450c26ef30f43edd4f715"
integrity sha512-uUBUBbYMLlilC5kSdo8eJLdO/Sk5wvODBM14iemm8VM5KXvELXqagtqxigA4xmlrZFSXXGpFz7c85WifwsstEg==
dependencies:
deepmerge "^4.0.0"

Expand Down

0 comments on commit f031720

Please sign in to comment.