class Error6 extends Data.TaggedError("Error6")<{ message: string; code: number; cause: Error }> {
}
const error = new Error6({ message: "test", code: 10, cause: new Error("cause") })
console.log(error)
console.log(Cause.pretty(Cause.fail(error), {
renderErrorCause: true
})) class Error6 extends Data.TaggedError("Error6")<{ message: string; code: number; cause: Error }> {
}
const error = new Error6({ message: "test", code: 10, cause: new Error("cause") })
console.log(error)
console.log(Cause.pretty(Cause.fail(error), {
renderErrorCause: true
}))Error6: test
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:21
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
... 7 lines matching cause stack trace ...
at async Promise.all (index 0) {
code: 10,
_tag: 'Error6',
[cause]: Error: cause
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:68
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0)
}Error6: test
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:21
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
... 7 lines matching cause stack trace ...
at async Promise.all (index 0) {
code: 10,
_tag: 'Error6',
[cause]: Error: cause
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:68
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0)
}Error6: test
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:21
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0) {
[cause]: Error: cause
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:68
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0)
}Error6: test
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:21
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0) {
[cause]: Error: cause
at /Users/patrickroza/pj/effect/effect/packages/effect/test/Cause.test.ts:88:68
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
at file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
at runTest (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:960:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 1)
at runSuite (file:///Users/patrickroza/pj/effect/effect/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:1102:13)
at async Promise.all (index 0)
}