chore: upgrade Effect to beta 83 (#32340)

This commit is contained in:
Kit Langton
2026-06-20 19:57:29 -04:00
committed by GitHub
parent d99f86b28d
commit 4f1ae1604e
26 changed files with 60 additions and 52 deletions
@@ -48,7 +48,7 @@ export class ResetSourceChangesError extends Schema.TaggedErrorClass<ResetSource
{
directory: AbsolutePath,
message: Schema.String,
cause: Schema.optional(Schema.Defect),
cause: Schema.optional(Schema.Defect()),
},
) {}