Skip to content

Commit

Permalink
Normalize error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 5, 2022
1 parent 5fd8563 commit f9301b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/error/merge.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { normalizeError } from './normalize.js'

export const mergeErrorCause = function (error) {
return error
const errorA = normalizeError(error)
return errorA
}

0 comments on commit f9301b2

Please sign in to comment.