Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 5, 2022
1 parent 71f4a52 commit 3e44857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error/merge.js → src/error/merge/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable max-lines */
import { normalizeError } from './normalize/main.js'
import { setErrorProperty } from './normalize/set.js'
import { normalizeError } from '../normalize/main.js'
import { setErrorProperty } from '../normalize/set.js'

// Merge `error.cause` recursively to a single error.
// This allows consumers to conveniently wrap errors using:
Expand Down

0 comments on commit 3e44857

Please sign in to comment.