We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2c5a7 commit ad64708Copy full SHA for ad64708
5 files changed
scripts/build.mjs
@@ -82,4 +82,4 @@ async function main() {
82
}
83
84
85
-main()
+main().catch(console.error)
scripts/check.mjs
@@ -43,4 +43,4 @@ async function main() {
43
44
45
46
scripts/clean.mjs
@@ -91,4 +91,4 @@ async function main() {
91
92
93
94
scripts/coverage.mjs
@@ -81,4 +81,4 @@ async function main() {
81
scripts/lint-fix.mjs
@@ -105,4 +105,4 @@ async function main() {
105
106
107
108
0 commit comments