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