Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 6, 2024
1 parent 7bf709e commit 4b7c377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/effect/src/internal/cause.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ const defaultRenderError = (error: unknown): PrettyError => {
prettyErrorMessage(error),
error.stack?.split("\n").filter((_) => _.match(/at (.*)/)).join("\n"),
span
);
)
}
return new PrettyError(prettyErrorMessage(error), void 0, span)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/src/internal/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export const aggregateWithinEither = dual<
)
)
})
);
)
}
)

Expand Down

0 comments on commit 4b7c377

Please sign in to comment.