Skip to content

Commit 1e6514a

Browse files
committed
remove dummy error from commit
1 parent 6641b9e commit 1e6514a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/release-cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let commitCreated = false
125125
)
126126
commitCreated = true
127127
} catch (err) {
128-
console.log({ err })
128+
// no catch
129129
}
130130

131131
let COMPILER_OPTIONS = ``

0 commit comments

Comments
 (0)