chore: generate
This commit is contained in:
@@ -197,9 +197,7 @@ export const layer: Layer.Layer<
|
||||
})
|
||||
}
|
||||
|
||||
const checkout = yield* git
|
||||
.checkout(localPath, requestedBranch)
|
||||
.pipe(
|
||||
const checkout = yield* git.checkout(localPath, requestedBranch).pipe(
|
||||
Effect.mapError(
|
||||
(error) =>
|
||||
new CheckoutFailedError({
|
||||
|
||||
Reference in New Issue
Block a user