repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a064841
)
refactor: cleanup husky install implementation
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 27 Nov 2023 17:52:26 +0000
(18:52 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 27 Nov 2023 17:52:26 +0000
(18:52 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
prepare.mjs
patch
|
blob
|
blame
|
history
diff --git
a/prepare.mjs
b/prepare.mjs
index 768ba5bb0626ddeee91a36cdac76c35fdcf9b746..d6441fb0b130c869e63b505c3b74cb819f8842f8 100644
(file)
--- a/
prepare.mjs
+++ b/
prepare.mjs
@@
-7,7
+7,5
@@
if (isCIEnvironment === false) {
.then(({ install }) => {
return install()
})
- .catch(err => {
- console.error(err)
- })
+ .catch(console.error)
}