chore: generate
This commit is contained in:
parent
fcfd47602b
commit
9c37286732
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user